Basic HTML version of Foils prepared April 7 1998

Foil 40 Grouping Shapes

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


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 Sun Nov 29 1998