| This is the basic interface for all VRML nodes. All VRML fields are
accessed through the field methods. New nodes are created through the
Browser using the load and create methods.
Subclasses of Node exist only when the subclass give additional
functionality, such as exposing additional parts of the Java3D implemenation
for the node.
See Also: vrml.Browser |