de.uka.algo.GT3D
Interface Scene3DProvider

All Known Implementing Classes:
BFSVisualizer, BreadthFirstSearchDemo2

public interface Scene3DProvider


Method Summary
 javax.media.j3d.BranchGroup getChild()
           
 javax.vecmath.Vector3d getStartPosition()
          The scene must be centered at the origin.
 

Method Detail

getStartPosition

javax.vecmath.Vector3d getStartPosition()
The scene must be centered at the origin. The return value specifies the x-, y-, and z-size of the scene (should be smaller than 100).

Returns:
a bounding box of the 3d scene.

getChild

javax.media.j3d.BranchGroup getChild()
Returns:
The root of your scene graph.