CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.geom3d
Class Scene3D

java.lang.Object
  extended by ch.randelshofer.geom3d.TransformNode3D
      extended by ch.randelshofer.geom3d.Scene3D
All Implemented Interfaces:
Node3D

public class Scene3D
extends TransformNode3D

Represents a scene of a three dimensional universe.

Version:
1.0 2008-09-16 Created.
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland

Constructor Summary
Scene3D()
           
 
Method Summary
 boolean isAdjusting()
           
 void setAdjusting(boolean newValue)
           
 
Methods inherited from class ch.randelshofer.geom3d.TransformNode3D
addChild, addVisibleFacesTo, getChild, getTransform, setTransform, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scene3D

public Scene3D()
Method Detail

setAdjusting

public void setAdjusting(boolean newValue)

isAdjusting

public boolean isAdjusting()

(c) Werner Randelshofer.
All rights reserved.