[ Contact ] [ Links ] [ Previous : 7 / 28 : BranchGroups ] [ Up ] [ Next : 9 / 28 : OrderedGroups ]

BranchGroup Class Methods

BranchGroup Class Methods Default
BranchGroup( ) -
void compile( ) None
void detach( ) None
   
   Locale locale = new Locale( universe );
   Shape3D shape = new Shape3D( geom, app );
   . . .
   BranchGroup branch = new BranchGroup( );
   branch.addChild( shape );
   branch.compile( );
   . . .
   locale.addBranchGraph( branch );

See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 20/4/2004
TOC - Print
Send your comments at :
<Hugh.Fisher@anu.edu.au>