I tried FIVe3D v2.1, very simple 3D library. For example, Graphics3D
class has method like lineTo()
and drawCircle()
. Looks like Graphics class!!
I created an example 'Keynote-like cube transition' using Bitmap3D
class.
I refered to unic8 Studios - Flex Cube - 3D OSX look, which uses PV3D.
FIVe3D doesn't execute hidden surface removal, so I used setChildIndex()
in the onUpdate
callback of Tweener.
And since fl.motion.Color
was not in Flex SDK, I commented out to compile :)
Here is the code: