Basic HTML version of Foils prepared May 19 99

Foil 46 Grouping Shapes

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


1 Java3D has a set of nodes to create groups: OrderedGroup, Switch, TransformGroup, etc.
2 Java 3D supports numerous utility methods to build and manipulate 4x4 matrices and vectors:
3 Transform3D yAxis = new Transform3D( );
4 yaxis.roty( 0.785 );
5 TransformGroup scene = new TranformGroup( );
6 scene.addChild( sign );
7 scene.setTransform( yaxis );

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