Viewing the Scene
The Java 3D Viewing Model
- Most 3D APIs transform the scene
- Eg, OpenGL's gluLookAt( )
- Java 3D's viewing model transforms the eye
- The content scene graph isn't modified when the eye moves
- Cleanly separates the virtual and physical worlds