-
Notifications
You must be signed in to change notification settings - Fork 0
VRML
Filip Bártek edited this page Nov 13, 2013
·
3 revisions
The Transform node performs the operations in the following order:
- scale
- rotation
- translation
Source: http://www.web3d.org/x3d/specifications/vrml/vrml97/part1/nodesRef.html#Transform
To DEFine a node without USEing it, put the definition inside a Switch.
Switch { choice [ DEF Reflector Inline { url ["reflector.wrl"] } ] }
Source: http://castle-engine.sourceforge.net/vrml_engine_doc/output/xsl/html/section.def_use.html