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 intcolorFields 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, vrmlPROTONameMethods 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:Object3dDepth bias - used to adjust depth in depth sort so that front facing faces appear in front of back faces- Specified by:
depthBiasin interfaceObject3d- Overrides:
depthBiasin classObject3dAdaptor
-
render
Description copied from interface:Object3drender this object3d- Specified by:
renderin interfaceObject3d- Overrides:
renderin classObject3dAdaptor
-
toVRML
Description copied from interface:Object3dturn into VRML- Specified by:
toVRMLin interfaceObject3d- Overrides:
toVRMLin classObject3dAdaptor
-