Building 3D content with a scene graph
Summary
- A scene graph is a hierarchy of
groups of shapes, lights, sounds, etc.
- Your application builds the scene graph using Java 3D classes
and methods
- The Java 3D implementation uses the scene graph behind
the scene to render shapes, play sounds, execute animations, etc.