Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
879 views

Augmented Reality on Mobile phones

I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. Can you please let me know if any sources is available for me to find out how to start? ...
5
votes
10answers
5k views

What is the best Actionscript3 3D Engine?

I am looking for a somewhat detailed explanation of which 3D Engine for Actionscript3 is the most efficient, practical, scalable, documented, community supported, etc. When I first got interested in ...
4
votes
1answer
622 views

Quaternion cube rotation animation

I created this Rubiks Cube with Papervison3D. With some resources I created a Cube with 27 minicubes inside (3*3*3 = 27). Rotating the Rubiks Cube on mouse move is already done. (I do not rotate the ...
3
votes
1answer
388 views

3D model manipulation in Augmented Reality

I'm using FLARManager and papervision3d to implement a small augmented reality hack. my requirement is to yaw the model upon a button click. This is what i have done so far: public class ...
3
votes
4answers
5k views

Debugging FLEX/AS3 memory leaks

I have a pretty big Flex & Papervision3D application that creates and destroys objects continually. It also loads and unloads SWF resource files too. While it's running the SWF slowly consumes ...
2
votes
1answer
129 views

Papervision 3d hitTestObject doesn't work?

I'm new to papervision 3d and I created two display objects in basic view. Here's a part of the code : ... _stick = new Cube(materials, 50, 5, 500); _ball = new Sphere(new ColorMaterial(0xfc0000), ...
2
votes
1answer
1k views

Import Maya 3D to Papervision 3D

I have created a 3D model on Maya and i would like to export it to Papervision3D in order to use it in Adobe Flash Professional CS5. I couldn't find anything that can help me on that can you please ...
2
votes
2answers
368 views

importing DAE files to papervision

i created a 3d model using sketchup and exported it as a DAE file. then i try to import the model into papervision, but the model never appear. when i use the DAE file provided in the examples, it ...
2
votes
2answers
968 views

Getting 2D screen coordinates of a 3D object in Papervision 2.0

How do I get the 2D screen coordinates of a 3D object when using Papervision 2.0 (Great White)? I've read that following properties should return the screen coords but these always return 0. ...
2
votes
4answers
955 views

Arcball Implementation for Papervision3D

Is there an arcball implementation for Papervision3D? There are many arcball implementations for Flash/ActionScript but none specifically for Papervision3D. Here's an example of an arcball ...
2
votes
3answers
11k views

AS3 DAE Augmented Reality PaperVision 3D

I have been playing with Augmented Reality recently (and having lots of fun with it too!!) I have been able to create PaperVision primitives (cube, cylinder, cone, etc.. and work with them) But adding ...
1
vote
1answer
125 views

How to build Room Planer 3D web application in flex

I have to develop an application like these sites in flex 4 http://mydeco.com/rooms/austin/ http://floorplanner.com/demo#assets http://www.homestyler.com/designer I have the following questions: ...
1
vote
0answers
54 views

masking text3D in papervision3D

I have a text3D and I want to mask it with a Plane . I usually mask my things by defining two ViewportLayers , then give every object a Layer by myLayer1 = viewport.getChildLayer(myobject1); myLayer2 ...
1
vote
1answer
216 views

AS3 Papervision3D Access Material on Plane

I'm looking to optimise the performance of my program. Off the bat I've set stage quality to medium (if I set it to Low half my movieclips don't render). This helped, but I want more!!! A hint I've ...
1
vote
1answer
450 views

Collision box for AS3 + papervision3d + jiglib

I'm trying to recreate the "tutorial" explained on the site below. It's 5 dices bouncing around on the scene. But i'm stuck at the very beginning :) papervision3d-jiglib-dice-demo My problem is the ...
1
vote
0answers
149 views

Papervision Velocity / object movement

I have a rotating globe whihc moves by mouse click and drag. It works great however i would liek to add a bit more movemt to teh globe when i spin it does anyone know how i could do this? I ...
1
vote
1answer
358 views

Where to get comparing list of papervision3d vs Away3d?

So I know that PV3d looks quite dead. But it is documented over the internet much better. So I decided to develope my product using old but good PV3d engine. Time goes on so I plan to port it sooner ...
1
vote
1answer
188 views

papervision 3d background

anyone has an idea of how this kind of background is created? http://www.papervision3d.org/ i'm going to create a flash game with 3d galaxies as the background. any ideas on how to achieve that? ...
1
vote
1answer
112 views

Any way to not process some object in Away3D Lite?

I would like to know if there is a way to avoid processing some objects in a away3DLite scene. The problem is that I Have a scene with a lot of spheres, some of them are not visible ( out of camera ...
1
vote
2answers
182 views

Need to put markers on a papervision3d model (esphere) on execution time (flash/flex)

I'm using papervision3d to load a 3D sphere with the world texture on a Flash project. I want to know how can I put a marker on the model given a coordinate? Example: two angles, and with marker I ...
1
vote
4answers
139 views

How do I represent tiles in XML?

So, I'm writing an AS3 program that tiles floor tiles. I want the user to be to be able to create their own floor schematic represented by different rectangles. It'll be drag-and-drop. They will lay ...
1
vote
1answer
58 views

Intermittent/staggered loading of an object

I've just recently tried my hand at actionscript 3 and have come across a road block. How do I go about rendering the cubes (cube1) intermittently, ie. staggered loading. I need the cubes to load a ...
1
vote
3answers
640 views

Papervision rendering PNGs with transparency thats inside a movieclip

I'm an actionscript dude - I'm working on a papervision game. I have an asset of which is 127 pngs in a sequence for an animation. I can happily project this onto my papervision plane. Problem is, ...
1
vote
1answer
321 views

Billboard orientation toward camera (point) without normals

So I have a circle of planes which get constructed as: plane.x = Math.cos(angle) * radius; plane.z = Math.sin(angle) * radius; plane.rotationY = (-360 / numItems) * i - 90; which calculates how ...
1
vote
1answer
713 views

How to use Text as texture on Cube inside papervision3d?

What is the best technique to apply anti-aliased text as texture on cube using papervision3d? make dynamic textfield, convert it to moviematerial then apply it to the faces of cube. Design a bitmap ...
1
vote
1answer
267 views

mapping planes onto primitives

I've looped through the vertices and mapped a plane to each one. I'm having problems orientating the planes correctly. I can get it working with a sphere but when i make any alterations to the the ...
1
vote
5answers
1k views

3D, AS3, Flex - Convert degrees of rotation to visible height

I need to know what the visible height of a display object will be after I change it's rotationX value. I have an application that allows users to lay out a floor in 3D space. I want the size of the ...
1
vote
1answer
523 views

How do I adjust the overall alpha value of a Collada Model in Flash PaperVision3D?

I want to display a Collada model over top of a video stream and dynamically adjust its alpha value. Right now I have it partially working in PaperVision but I can't seem to set the alpha of the ...
1
vote
1answer
352 views

How to anti-alias a collada model in papervision3D?

How to anti-alias a collada model in papervision3D? I've tried searching everywhere but didn't find any ways to anti-alias models. I've also tried blurring it a little as an anti-alias method but ...
1
vote
2answers
353 views

Having trouble with Interactive Plane

I am having some trouble getting an interactive, animated plane created from a MovieClip in the Library to show any kind of animation or receive any mouse events. Specifically, I am having issues ...
1
vote
2answers
736 views

Papervision: MovieMaterial on a Collada object

Is it possible to put a MovieMaterial on an imported Collada object in Papervision? I can't find anything on the matter on the internet and anything I try on my own is in vain... Thank you
1
vote
1answer
1k views

How does papervision3d transform textures?

How, ultimately, does papervision3d (the popular 3D rendering package for Flash) draw transformed textures onto the screen? Is it internally using any of Flash's rendering apparatus - i.e. by drawing ...
1
vote
5answers
806 views

3D rendering - What is this problem called?

hopefully a sensible question this time... See in the picture how the top half has the textures looking ok, but then the bottom half (after it rotated a little more)the texture is breaking up, and ...
1
vote
2answers
2k views

Importing a Collada file in Papervision 3d

I am having trouble importing a Collada file in Papervision3d. I have done an exhaustive Google search to no avail. All the examples and tutorials end with errors, be they "Can't find materials" ...
1
vote
2answers
667 views

Scene graph implementation for Papervision?

I'm trying to use Papervision for Flash, for this project of mine, which involves a 3D model of a mechanical frame, consisting of several connected parts. Movement of one of the parts results in a ...
1
vote
1answer
1k views

Using flex components within a papervision3d application

I am in the process of designing a 3D panorama viewer using papervision3d for the 3D library. I am coding entirely in ActionScript3 using FlashDevelop. I am at the point now where I need to add ...
1
vote
3answers
2k views

Moving a Flex GUI window confused by underlying Papervision3D viewport

I'm developing a Flex 2 application, and I noticed that part of the library which is responsible for moving GUI windows (TitleWindows) around when you drag them with the mouse gets confused if there ...
1
vote
1answer
641 views

Creating a camera that overviews a Papervision3D Scene

When first setting and subsequently experimenting with a Papervison3D scene, I often find myself lost because I somehow get the camera not looking at the scene geometry. If I don't realize that's the ...
0
votes
1answer
25 views

Maven - how to download dependency from explicitly set url

<dependency> <groupId>org.papervision3d</groupId> <artifactId>Papervision3D</artifactId> <version>2.1.932</version> ...
0
votes
1answer
31 views

how position plane in sphere papervision3d as3?

How position plane in sphere papervision3d as3 ? I have a problème , how position a plane in surface of sphere. Thanks you.
0
votes
0answers
10 views

pixel level tranformation in papervision3D?

I'm trying to create some 3d transformations like translate, rotate and zoom on an image like jpg/bmp. I wanted to know if i can achieve following work out of papervision3d? 1) I want to load an ...
0
votes
1answer
73 views

Papervision3D cube face orientation

I have a question about Papervision3D, or perhaps bitmapData, I am unsure where the problem is. I have constructed a program that takes 4 banners and splits them into pieces and then applies those ...
0
votes
0answers
48 views

FLARToolkit z-sorting

I'm in the making of AR cake designer project, and I'm using FLARToolkit starter kit and change some code for my need.. the problem is, when I tried to put three .dae objects with a container ...
0
votes
0answers
11 views

Papervision3D - Filter doesn't work on Quadtree Render

I don't know why when I use Quadtree render, all my objects' filters disappear. But when I use Basic render, it works properly. I must use Quadtree Render to solve the z-sorting. Can you give me ...
0
votes
1answer
35 views

Techniques to exceed the maximum texture resolution in Papervision3D?

I have an object in Papervision3d that the user needs to be able to zoom into a considerable amount. At Flash's maximum bitmap size of 2880x2880 the texture is too blurred at the maximum zoom. Even ...
0
votes
1answer
79 views

how can i remove object from Tweenlite

how can i remove object from Tweenlite private var planeCards:Plane; protected function animate():void { for (var i:int = 0; i <planes.length; i++) ...
0
votes
1answer
63 views

How can i control a collada model's animations with papervision3D?

How can i control a collada model animations with papervision3D? And why everthing i find for papervision3D is 2008 or 2009 dated? is this library death??
0
votes
1answer
163 views

Papervision3D in Flex throws an error when a 3D object is clicked

I am working on a game in which there are several Plane objects that the player can click. My main application class extends the BasicView class. I made this whole game as an ActionScript project and ...
0
votes
2answers
56 views

How to make Collada model double sided in papervision3d

i have an animated collada of envelope module that have an animation of opening itself now for seeing both sides of the envelope i set the oneSide = false i added for tests a ...
0
votes
1answer
63 views

Is it the package org.papervision3d.core.io what I need to export to .dae?

I need to create a .DAE file from one DisplayObject3D and do not know how to do it. Only I find information about how importing a DAE. Never of how exporting it. Thanks. I cannot change simply ...

1 2 3