View Platforms
Once a universe is created, it may be viewed
Java 3D ViewPlatform leaf node establishes a viewpoint for the universe
- TransformGroup node is used to move the viewpoint for user navigation
ViewPlatform spot = new ViewPlatform( );
TransformGroup navigate = new TransformGroup( );
navigate.addChild( spot );