Basic HTML version of Foils prepared April 7 1998

Foil 49 Creating a View

From Overview of Java2D and Java3D Frameworks CPS616 Web Technologies -- Spring 98. by Geoffrey C. Fox


1 Java 3D View object describes camera features to view the universe from a view platform:
2 View camera = new View( );
3 camera.setFieldOfView( 0.785 );
4 camera.setFrontClipDistance( 0.1 );
5 camera.setBackClipDistance( 50.0 );
6 camera.setSceneAntialiasingEnabled( true );
7 camera.attachViewPlatform( spot );

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun May 3 1998