![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMesh.h>
Public Member Functions | |
| UNITTEST_FRIEND (cMesh) | |
Public Member Functions inherited from Gray3D::cMeshT< WORD > | |
| cMeshT (size_t nVertStride=0) | |
| void | FreeMesh () |
Additional Inherited Members | |
Public Types inherited from Gray3D::cMeshT< WORD > | |
| typedef WORD | INDEX_t |
| _TYPE_INDEX = WORD or INT32 More... | |
Public Attributes inherited from Gray3D::cMeshT< WORD > | |
| cMeshIndexT< WORD > | m_Index |
| Index into m_Verts buffer. More... | |
| cMeshVertsV | m_Verts |
| flexible vertex format array. ASSUME first element is always cVector3f More... | |
A memory copy of a mesh. INDEX_t = WORD similar to ID3DXBaseMesh
| Gray3D::cMesh::UNITTEST_FRIEND | ( | cMesh | ) |