Hi,
In the previous post I have presented how to create a simple analog 2d clock using as3 only.
Now it is time to do it in Papervision3D
I’ve used the same mechanism as in the 2D one – the polygon generator I’ve created serves now as a vertex creator – and basing on the vertex – cubes are added to the scene. Tweener is used for animating the cubes then. A simple mathematical mechanism is used for camera movement.
You can download the source code here. The source is well commented. All classes included.
Comments are welcome as usual
Have fun with it,
FLAIM













June 2, 2008 at 1:18 pm
[...] Analog Clock Check out this 3D analog clock by Flaim, the source code is a great example of managing multiple objects in a [...]
June 2, 2008 at 3:56 pm
That’s very slick.
August 3, 2008 at 9:35 pm
Thanks for the post