Creating a Java 3D application or applet
Nodes and NodeComponents
- Node is the base class for all items on the rendering
path through a scene graph
- Shapes, Groups, Sounds, Lights, etc.
- NodeComponent is the base class for attributes
associated with nodes
- Shape geometry, Shape appearance, Shape texture, etc.