Package Vrml2Sourcebook.Chapter12Inline


package Vrml2Sourcebook.Chapter12Inline

Inline nodes can load other VRML/X3D scenes into the current scene, helping authors reuse models to build larger worlds.

An Inline node creates a special group from another scene's contents. Children nodes are read from the file selected by a URL, and every child node loaded from the group is displayed.

These X3D scenes are adapted directly from the original VRML 2.0 Sourcebook chapter examples. Also available: Introduction to VRML97 SIGGRAPH98 course notes.

This X3D VRML2 Sourcebook Chapter 12 Inline examples archive is online.

The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.

Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc

See Also: