Uses of Interface
au.edu.unsw.cse.Object3d
| Package | Description |
|---|---|
| au.edu.unsw.cse |
-
Uses of Object3d in au.edu.unsw.cse
Classes in au.edu.unsw.cse that implement Object3d Modifier and Type Class Description classAxesA coordinate axes objectclassBezier3dclassBspline3dclassCSELogoclassCubeclassEdge3dclassEdge3dPlusclassObject3dAdaptorAdaptor class for Object3d - provides default implementation for all the methodsclassObject3dListclassPoint3dObject3dA Point3d that is also an Object 3d so that it can be renderedclassPoints3dclassPolygon3dclassQuadMesh3dclassSite3dA point in 3d space that can be renderedclassTriangle3dclassTriangle3dPlusA 3d triangle with a list of associated pointsFields in au.edu.unsw.cse declared as Object3d Modifier and Type Field Description protected Object3d[]Object3dList. elementDataMethods in au.edu.unsw.cse that return Object3d Modifier and Type Method Description Object3dObject3dList. elementAt(int i)Methods in au.edu.unsw.cse with parameters of type Object3d Modifier and Type Method Description voidVRMLState. addAppear(Object3d o)voidVRMLState. addDisappear(Object3d o)voidObject3dList. addElement(Object3d e)voidVRMLState. addSelect(Object3d o)voidPaint3d. setModel(Object3d model)voidPainter. setModel(Object3d model)voidPaintVRML. setModel(Object3d model)voidViewer. setModel(Object3d model)