Questions tagged [papervision3d]

Papervision3D is an open-source real-time 3D engine for Flash. Development ended in 2010

Papervision3D is an open-source real-time 3D engine for Flash. Development ended in 2010, and began in 2005. The initial release extended the ActionScript 2 API, and subsequent releases support the ActionScript 3 API. It does not support the Stage3D function of Flash Player 11.

140 questions
7
votes
1 answer

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? I'm not sure what software I need to use to…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
6
votes
4 answers

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 memory til about 2GB when it croaks the player.…
6
votes
10 answers

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 the 3D world for flash and actionscript3, all I…
Brian Hodge
  • 2,125
  • 2
  • 19
  • 29
6
votes
1 answer

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 camera.) All the behavior of a Rubiks Cube is in…
Jos Koomen
  • 372
  • 1
  • 3
  • 15
3
votes
1 answer

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 AugmentedReality extends Sprite { private var…
codemaniac
  • 879
  • 1
  • 11
  • 31
2
votes
3 answers

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 a DAE model is proving to be illusive! var…
Jono
  • 280
  • 1
  • 7
  • 15
2
votes
1 answer

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), 80); In the onRenderTick method, I tried to check…
YeJiabin
  • 1,038
  • 1
  • 9
  • 17
2
votes
1 answer

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 help me how to export it. Also i found some code…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
2
votes
2 answers

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 works. only when i tried to create my own models,…
Yang
  • 9,794
  • 15
  • 44
  • 52
2
votes
2 answers

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…
Will
  • 1,149
  • 12
  • 25
2
votes
4 answers

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 implementation for…
user113476
1
vote
2 answers

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
Dimitris
  • 13,480
  • 17
  • 74
  • 94
1
vote
1 answer

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 textures into DisplayObjects and transforming…
fenomas
  • 11,131
  • 2
  • 33
  • 57
1
vote
1 answer

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: Which are the main flex components used to build…
Shebin
  • 3,310
  • 2
  • 24
  • 27
1
vote
5 answers

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 you can see the inside of the shape? the polygons…
Assembler
  • 794
  • 1
  • 8
  • 24
1
2 3
9 10