Difference between revisions of "3D Space Example"

From Organic Design wiki
 
Line 1: Line 1:
[[Category:Examples/ACTIONSCRIPT]][[Category:SWF 3D space]]
 
 
This [[:Category:ACTIONSCRIPT|ActionScript]] example <tt><font color=green>#include</font></tt>'s the main [[space.as]] script and instantiates one of its 3D objects (of the torus class).
 
This [[:Category:ACTIONSCRIPT|ActionScript]] example <tt><font color=green>#include</font></tt>'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:<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 model]]. This SWF used to compile and run in the [[XmlWiki]] environment, but now we need to port it to work with the [[MW:Extension:Flashlets|Flashlets]] extension.
{{Template:XwLink4|*|3D Space Example.as|3D Space Example.xml|swf.php|nowiki.php}}
+
*The code to port is [[3D Space Example.as]]
 +
*But the real work is done by [[Space.as]] which should only require minor modifications
  
<table><tr>
+
== See also ==
<td valign=top>[[+3D Space Example.as]]
 
<td>&nbsp;<td>&nbsp;<td valign=top><br>
 
[[*3D Space Example.as|3D Space Example.xml|swf.php|nowiki.php]]
 
<div style=text-align:center>''Use the mouse to move the torus''</div>
 
</table>
 
 
 
 
 
'''See also:'''
 
*[[space.as]] &nbsp; [[talk:space.as|(discussion)]]
 
*[[swf.php]] &nbsp; [[talk:swf.php|(discussion)]] &nbsp; ''(XmlWiki SWF compiler)''
 
 
*[[Z-order|Z-order example]] &nbsp; ''(Handling z-ordering without the 3D-space)''
 
*[[Z-order|Z-order example]] &nbsp; ''(Handling z-ordering without the 3D-space)''
 +
[[Category:Examples/ACTIONSCRIPT]]

Latest revision as of 08:34, 20 October 2007

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.

See also