j3d.examples.shape.triangles.surfaces
Class SurfaceUniverse

java.lang.Object
  extended by javax.media.j3d.VirtualUniverse
      extended by com.sun.j3d.utils.universe.SimpleUniverse
          extended by j3d.utils.sceneGraphBuilderUtils.ControlledUniverse
              extended by j3d.examples.shape.triangles.surfaces.SurfaceUniverse

public class SurfaceUniverse
extends ControlledUniverse


Field Summary
 
Fields inherited from class j3d.utils.sceneGraphBuilderUtils.ControlledUniverse
plum, preDawn
 
Constructor Summary
SurfaceUniverse(java.lang.String title, SurfaceGeometry g)
           
 
Method Summary
static javax.media.j3d.BranchGroup sceneGraph(java.lang.String title, SurfaceGeometry g)
           
 
Methods inherited from class j3d.utils.sceneGraphBuilderUtils.ControlledUniverse
makeCanvas, positionTheViewingPlatform
 
Methods inherited from class com.sun.j3d.utils.universe.SimpleUniverse
addBranchGraph, cleanup, getCanvas, getCanvas, getLocale, getPreferredConfiguration, getViewer, getViewingPlatform
 
Methods inherited from class javax.media.j3d.VirtualUniverse
addGraphStructureChangeListener, addShaderErrorListener, getAllLocales, getJ3DThreadPriority, getProperties, numLocales, removeAllLocales, removeGraphStructureChangeListener, removeLocale, removeShaderErrorListener, setJ3DThreadPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfaceUniverse

public SurfaceUniverse(java.lang.String title,
                       SurfaceGeometry g)
Method Detail

sceneGraph

public static javax.media.j3d.BranchGroup sceneGraph(java.lang.String title,
                                                     SurfaceGeometry g)