Package au.edu.unsw.cse
Class Points3d
java.lang.Object
au.edu.unsw.cse.Object3dAdaptor
au.edu.unsw.cse.Points3d
- All Implemented Interfaces:
 Object3d
public class Points3d extends Object3dAdaptor
- 
Field Summary
Fields Modifier and Type Field Description static intcolorprotected java.util.Vectorlabelsprotected Point3dObject3d[]ptsFields inherited from class au.edu.unsw.cse.Object3dAdaptor
centre, firstFrame, lastFrame - 
Constructor Summary
Constructors Constructor Description Points3d() - 
Method Summary
Modifier and Type Method Description doubledepthBias(View3d v)Depth bias - used to adjust depth in depth sort so that front facing faces appear in front of back facesvoidrender(View3d v)render this object3dPoints3dset(Point3dObject3d[] pts)voidsetLabels(java.util.Vector labels)voidtoVRML(VRMLState v)turn into VRMLMethods 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 - 
pts
 - 
labels
protected java.util.Vector labels 
 - 
 - 
Constructor Details
- 
Points3d
public Points3d() 
 - 
 - 
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
 - 
set
 - 
setLabels
public void setLabels(java.util.Vector labels) - 
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
 
 -