Difference between revisions of "3D Space Example"
From Organic Design wiki
(Format so it doesn't break up badly on @ 1024x768) |
m |
||
Line 3: | Line 3: | ||
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 Core]]. This SWF is compiled dynamically using the following [[XmlWiki]] syntax:<br> | 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 Core]]. This SWF is compiled dynamically using the following [[XmlWiki]] syntax:<br> | ||
− | :<tt>[</tt><tt>[*3D Space Example.as| | + | :<tt>[</tt><tt>[*3D Space Example.as|3D Space Example.xml|swf.php|nowiki.php]]</tt> |
<table><tr> | <table><tr> |
Revision as of 01:24, 23 March 2006
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 Core. This SWF is compiled dynamically using the following XmlWiki syntax:
- [[*3D Space Example.as|3D Space Example.xml|swf.php|nowiki.php]]
+3D Space Example.as | 3DExample.xml|swf.php|nowiki.php Use the mouse to move the torus
|
See also:
- space.as (discussion)
- swf.php (discussion) (XmlWiki SWF compiler)
- Z-order example (Handling z-ordering without the 3D-space)