57

Building 3D content with a scene graph
Compiling a scene graph

  • Compile a branch graph before making it live
    BranchGroup myBranch = new BranchGroup( );
    myBranch.addChild( myShape );
    myBranch.compile( );
    myLocale.addBranchGraph( myBranch );