![]() |
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) | |
![]() | |
cMeshT (size_t nVertStride=0) | |
void | FreeMesh () |
Additional Inherited Members | |
![]() | |
typedef WORD | INDEX_t |
_TYPE_INDEX = WORD or INT32 More... | |
![]() | |
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 | ) |