Recipe for Java 3D Program
Every Java 3D application has five tasks:
- Create 3D shapes
- Create content behaviors
- Set up the 3D canvas (drawing area)
- Configure viewing
- Create navigation behaviors
In VRML, the last three are performed by the browser and cannot be fully controlled by a VRML script