Basic HTML version of Foils prepared May 19 99

Foil 55 Creating a View

From Java Media Framework API's Basic Information Track Computational Science Course CPS616 -- Spring Semester 1999. by Byeongseob Ki, Scott Klasky, Nancy McCracken


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



© 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 Mon Jul 5 1999