Creating behaviors
Motivation
- Java 3D behavior support:
- Supports arbitrary content changes - behaviors are just
Java methods
- Schedules behaviors to run only when necessary
- Enables composability where independent behaviors may run
in parallel without interfering with each other
- Provides basic dead reckoning for animation execution
independent of host speed