Chapter 5 of Robert Penner’s Programming Flash MX extends upon what was learned in Chapter 4 by adding a third dimension to vectors.
This chapter contains two classes: Vector3d, which will be included in the com.robertpenner.geom namespace, and Graphic3d, which will be included in the com.robertpenner.display namespace.
Documentation:
com.robertpenner.geom.Vector3d
com.robertpenner.display.Graphic3d
Source:
Penner AS2 ProFMX: Chapter 5 Classes
Dependencies:
Penner AS2 ProFMX: Chapter 4 Classes
Penner AS2 ProFMX: Chapter 3 Classes
this is really cool stuff. I was wondering is there a 3d Camera class that goes with these class? I been dying to find some class any where that makes libary movieclips into a 3d world.