46

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

  • Utility classes help automate common operations
  • Implemented atop Java 3D
  • The SimpleUniverse utility builds a common arrangement of a universe, locale, and viewing classes
    SimpleUniverse mySimple = new SimpleUniverse( myCanvas );
    mySimple.addBranchGraph( myBranch );