Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

t3DObject Struct Reference

#include <3dstypes.hh>

Collaboration diagram for t3DObject:

Collaboration graph
[legend]
List of all members.

Public Attributes

int numOfVerts
int numOfFaces
int numTexVertex
int materialID
bool bHasTexture
char strName [255]
tVector3pVerts
tVector3pNormals
tVector2pTexVerts
tFacepFaces

Member Data Documentation

bool t3DObject::bHasTexture
 

Definition at line 45 of file 3dstypes.hh.

Referenced by o3dsShape::init(), and CLoad3DS::readObjectMaterial().

int t3DObject::materialID
 

Definition at line 44 of file 3dstypes.hh.

Referenced by o3dsShape::init(), and CLoad3DS::readObjectMaterial().

int t3DObject::numOfFaces
 

Definition at line 42 of file 3dstypes.hh.

Referenced by CLoad3DS::computeNormals(), o3dsShape::init(), and CLoad3DS::readVertexIndices().

int t3DObject::numOfVerts
 

Definition at line 41 of file 3dstypes.hh.

Referenced by CLoad3DS::computeNormals(), and CLoad3DS::readVertices().

int t3DObject::numTexVertex
 

Definition at line 43 of file 3dstypes.hh.

Referenced by CLoad3DS::readUVCoordinates().

tFace* t3DObject::pFaces
 

Definition at line 50 of file 3dstypes.hh.

Referenced by CLoad3DS::computeNormals(), o3dsShape::init(), and CLoad3DS::readVertexIndices().

tVector3* t3DObject::pNormals
 

Definition at line 48 of file 3dstypes.hh.

Referenced by CLoad3DS::computeNormals(), and o3dsShape::init().

tVector2* t3DObject::pTexVerts
 

Definition at line 49 of file 3dstypes.hh.

Referenced by o3dsShape::init(), and CLoad3DS::readUVCoordinates().

tVector3* t3DObject::pVerts
 

Definition at line 47 of file 3dstypes.hh.

Referenced by CLoad3DS::computeNormals(), o3dsShape::init(), and CLoad3DS::readVertices().

char t3DObject::strName[255]
 

Definition at line 46 of file 3dstypes.hh.


The documentation for this struct was generated from the following file:
Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen