Creating behaviors
Motivation
- A Behavior is a Java class that makes changes to a
scene graph
- In a broad sense, your entire Java application is a behavior
- Java 3D also provides a Behavior class
as a base class for smaller components that change the scene
- Often one behavior for each shape being animated