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
0
votes
1 answer

Papervision 3D with Flex

I am a newbie to Papervision. I want to design a sphere with 8 holes around one of its diameters. How do I do it? How do I draw anything on a sphere in Papervision?
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
0
votes
1 answer

Problems with Papervision3D in as3

I am fooling aroung with Papervision3D in as3. I am currently stuck with a BitmapEffectLayer. WHen I want to add an effect to an object, the object with the effects will always be rendered infront of everything. That means, even though its behind…
user1090614
  • 2,575
  • 6
  • 22
  • 27
0
votes
1 answer

Add a movieclip on a 3d cube and have interaction with it

I created a rotating cube using the below code and add bitmaps as sides of the cube. I was wondering if it's possibly to assign movie clips as sides of the cube so I can have some interaction with them. import flash.events.Event; import…
giannis christofakis
  • 8,201
  • 4
  • 54
  • 65
-1
votes
2 answers

Animations Jumping at around 15-16 seconds - Papervision3D Actionscript-3 Flash

I am displaying a Blender model in Actionscript-3 using Papervision3D. The model has animations, and so I have set up some AnimationClip3D animations in the code: clip[0] = new AnimationClip3D("Clip0", 0.0, 1.0); //first animation clip[1] = new…
-2
votes
1 answer

Creating an rotating cone with dynamic segments using papervision

I'm trying to create a rotating cone using papervision where all the segments can be filled with a color / image separately. So just like you can use a MaterialsList to render all the sides from a Cube separately. Also I'd like to be able to check…
sander
  • 53
  • 5
1 2 3
9
10