Package au.edu.unsw.cse
Class Axes
java.lang.Object
au.edu.unsw.cse.Object3dAdaptor
au.edu.unsw.cse.Axes
- All Implemented Interfaces:
Object3d
public class Axes extends Object3dAdaptor
A coordinate axes object
-
Field Summary
Fields Modifier and Type Field Description static int
color
Fields inherited from class au.edu.unsw.cse.Object3dAdaptor
centre, firstFrame, lastFrame
-
Constructor Summary
Constructors Constructor Description Axes()
-
Method Summary
Methods inherited from class au.edu.unsw.cse.Object3dAdaptor
centre, getColorIndex, getFirstFrame, getLastFrame, getSelectFrame, id, select, setCentre, setFirstFrame, setLastFrame, toVRMLBody, transform, visible, vrmlPROTO, vrmlPROTOBody, vrmlPROTOExtraFields, vrmlPROTOFields, vrmlPROTOINBody, vrmlPROTOINFields, vrmlPROTOMaterials, vrmlPROTOName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
color
public static int color
-
-
Constructor Details
-
Axes
public Axes()
-
-
Method Details
-
depthBias
Description copied from interface:Object3d
Depth bias - used to adjust depth in depth sort so that front facing faces appear in front of back faces- Specified by:
depthBias
in interfaceObject3d
- Overrides:
depthBias
in classObject3dAdaptor
-
render
Description copied from interface:Object3d
render this object3d- Specified by:
render
in interfaceObject3d
- Overrides:
render
in classObject3dAdaptor
-
toVRML
Description copied from interface:Object3d
turn into VRML- Specified by:
toVRML
in interfaceObject3d
- Overrides:
toVRML
in classObject3dAdaptor
-