#include <3dstypes.hh>
Collaboration diagram for t3DObject:

Public Attributes | |
| int | numOfVerts |
| int | numOfFaces |
| int | numTexVertex |
| int | materialID |
| bool | bHasTexture |
| char | strName [255] |
| tVector3 * | pVerts |
| tVector3 * | pNormals |
| tVector2 * | pTexVerts |
| tFace * | pFaces |
|
|
Definition at line 45 of file 3dstypes.hh. Referenced by o3dsShape::init(), and CLoad3DS::readObjectMaterial(). |
|
|
Definition at line 44 of file 3dstypes.hh. Referenced by o3dsShape::init(), and CLoad3DS::readObjectMaterial(). |
|
|
Definition at line 42 of file 3dstypes.hh. Referenced by CLoad3DS::computeNormals(), o3dsShape::init(), and CLoad3DS::readVertexIndices(). |
|
|
Definition at line 41 of file 3dstypes.hh. Referenced by CLoad3DS::computeNormals(), and CLoad3DS::readVertices(). |
|
|
Definition at line 43 of file 3dstypes.hh. Referenced by CLoad3DS::readUVCoordinates(). |
|
|
Definition at line 50 of file 3dstypes.hh. Referenced by CLoad3DS::computeNormals(), o3dsShape::init(), and CLoad3DS::readVertexIndices(). |
|
|
Definition at line 48 of file 3dstypes.hh. Referenced by CLoad3DS::computeNormals(), and o3dsShape::init(). |
|
|
Definition at line 49 of file 3dstypes.hh. Referenced by o3dsShape::init(), and CLoad3DS::readUVCoordinates(). |
|
|
Definition at line 47 of file 3dstypes.hh. Referenced by CLoad3DS::computeNormals(), o3dsShape::init(), and CLoad3DS::readVertices(). |
|
|
Definition at line 46 of file 3dstypes.hh. |