3D Space Example
From Organic Design wiki
This ActionScript example #include's the main space.as script and instantiates one of its 3D objects (of the torus class).
The 3D space was originally developed for Amanda's Sic Games project, and was also designed in preparation for the recursive requirements of the Nodal model. This SWF used to compile and run in the XmlWiki environment, but now we need to port it to work with the Flashlets extension.
- The code to port is 3D Space Example.as
- But the real work is done by Space.as which should only require minor modifications
See also
- Z-order example (Handling z-ordering without the 3D-space)