Inheritance diagram for DzPolyShape:

Methods | |
| DzPolyShape | createShapeFromGroup (String groupName) |
| DzGeometry | getGeometry () |
| DzPolyMesh | getPolyMesh () |
| void | rebuildBaseMap (Number whichUVSet) |
| void | setPolyMesh (DzPolyMesh geom) |
Constructors | |
| DzPolyShape () | |
| DzPolyShape::DzPolyShape | ( | ) |
Default Constructor.
| DzPolyShape DzPolyShape::createShapeFromGroup | ( | String | groupName | ) |
| groupName | Name of the face group in the polymesh to create the new shape from |
| DzGeometry DzPolyShape::getGeometry | ( | ) |
| DzPolyMesh DzPolyShape::getPolyMesh | ( | ) |
| void DzPolyShape::rebuildBaseMap | ( | Number | whichUVSet | ) |
Replaces the map on the base poly mesh of this shape.
| whichUVSet | the index of the uv set to set as the base map. |
Reimplemented from DzShape.
| void DzPolyShape::setPolyMesh | ( | DzPolyMesh | geom | ) |
Sets the poly mesh geometry that is held by this shape. DzPolyShape takes ownership of this geometry - any previous geometry object held by the shape is deleted.