MercuryODEObjectLoadable::InternalTrimesh Struct Reference

Internal trimesh information. More...

List of all members.

Public Member Functions

 ~InternalTrimesh ()

Public Attributes

dTriMeshDataID m_oTriData
 ODE's ID for the trimesh.
dVector3 * m_aVerts
 All the verts.
int m_iVertexCount
int * m_aIndices
 All of the indexes.
int m_iIndexCount


Detailed Description

Internal trimesh information.

Definition at line 84 of file MercuryODE.h.


Constructor & Destructor Documentation

MercuryODEObjectLoadable::InternalTrimesh::~InternalTrimesh (  )  [inline]

Definition at line 88 of file MercuryODE.h.


Member Data Documentation

dTriMeshDataID MercuryODEObjectLoadable::InternalTrimesh::m_oTriData

ODE's ID for the trimesh.

Definition at line 96 of file MercuryODE.h.

dVector3* MercuryODEObjectLoadable::InternalTrimesh::m_aVerts

All the verts.

Definition at line 99 of file MercuryODE.h.

int MercuryODEObjectLoadable::InternalTrimesh::m_iVertexCount

Definition at line 100 of file MercuryODE.h.

int* MercuryODEObjectLoadable::InternalTrimesh::m_aIndices

All of the indexes.

Definition at line 103 of file MercuryODE.h.

int MercuryODEObjectLoadable::InternalTrimesh::m_iIndexCount

Definition at line 104 of file MercuryODE.h.


The documentation for this struct was generated from the following file:
Hosted by SourceForge.net Logo