![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMesh.h>
Public Types | |
typedef _TYPE_INDEX | INDEX_t |
_TYPE_INDEX = WORD or INT32 More... | |
Public Member Functions | |
cMeshT (size_t nVertStride=0) | |
void | FreeMesh () |
Public Attributes | |
cMeshIndexT< _TYPE_INDEX > | m_Index |
Index into m_Verts buffer. More... | |
cMeshVertsV | m_Verts |
flexible vertex format array. ASSUME first element is always cVector3f More... | |
A single simple mesh. Arbitrary stride vertices array with indexes to build a mesh. can be 16 or 32 bit _TYPE_INDEX. similar to ID3DXBaseMesh
typedef _TYPE_INDEX Gray3D::cMeshT< _TYPE_INDEX >::INDEX_t |
_TYPE_INDEX = WORD or INT32
|
inline |
|
inline |
cMeshIndexT<_TYPE_INDEX> Gray3D::cMeshT< _TYPE_INDEX >::m_Index |
Index into m_Verts buffer.
cMeshVertsV Gray3D::cMeshT< _TYPE_INDEX >::m_Verts |
flexible vertex format array. ASSUME first element is always cVector3f