#include <geometry.h>

Public Member Functions | |
| void | setVertexPerFace (int vpp) |
| Sets number of vertices per polygon face. | |
| void | setCoords (FloatList *coords) |
| Sets coordinates data array. | |
| void | setConnectivity (IntegerList *conn) |
| Sets connectivity data array. | |
| void | setNormals (FloatList *normals, NormalBinding bind) |
| Optional. Sets normals data array. | |
| void Cast3dImport::Geometry::setVertexPerFace | ( | int | vpp | ) | [inline] |
Sets number of vertices per polygon face.
| vpp | number of vertices. |
| void Cast3dImport::Geometry::setCoords | ( | FloatList * | coords | ) | [inline] |
Sets coordinates data array.
| coords | pointer to float data container. |
| void Cast3dImport::Geometry::setConnectivity | ( | IntegerList * | conn | ) | [inline] |
Sets connectivity data array.
| conn | pointer to integer data container. |
| void Cast3dImport::Geometry::setNormals | ( | FloatList * | normals, | |
| NormalBinding | bind | |||
| ) | [inline] |
Optional. Sets normals data array.
| normals | pointer to float data container. | |
| bind | normals binding type. |