Class ThreeD

java.lang.Object
  |
  +--ThreeD

public class ThreeD
extends java.lang.Object

3D Virtual reality world.


Constructor Summary
ThreeD(DATA info, boolean isStero)
           
 
Method Summary
 void add_graph(javax.media.j3d.BranchGroup scene)
          Add scene graph to the universe.
 void do_it(TripleStack stack)
          Perform the 3D command.
 java.awt.Canvas get_canvas()
          Get a reference the canvas.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeD

public ThreeD(DATA info,
              boolean isStero)
Method Detail

add_graph

public void add_graph(javax.media.j3d.BranchGroup scene)
Add scene graph to the universe.

get_canvas

public java.awt.Canvas get_canvas()
Get a reference the canvas.

do_it

public void do_it(TripleStack stack)
           throws MalformStackException
Perform the 3D command.