|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.manipulation.RotAdapterTester
A simple test for the RotTGAdapter class. It creates a scene with a color cube which can be rotate with the mouse. Use the "X", "Y" or "Z" key for changing the axis of rotation. The "A" key changes the rotation mode to absolute: rotations will be performed considering the virtual world axis system. The "R" key changes the rotation mode to relative: rotations will be performed considering the object's local coordinate system.
Constructor Summary | |
RotAdapterTester()
Constructor for the RotAdaptertester object |
|
RotAdapterTester(boolean isStandalone)
Constructor for the RotAdapterTester object |
Method Summary | |
void |
cleanup()
Description of the Method |
javax.media.j3d.Canvas3D |
getCanvas3D()
Gets the canvas3D attribute of the TransAdapterTester object |
boolean |
isStandalone()
Returns flag indicating whether this object is running inside its own window. |
static void |
main(java.lang.String[] args)
The main program for the RotAdapterTester class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RotAdapterTester()
public RotAdapterTester(boolean isStandalone)
isStandalone
- determines whether the tester will run as standalone
application.Method Detail |
public static void main(java.lang.String[] args)
args
- The command line argumentspublic javax.media.j3d.Canvas3D getCanvas3D()
public boolean isStandalone()
public void cleanup()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |