Castor3D
..
|
Holds the all components of a vertex array. More...
Public Attributes | |
uint32_t | m_uiCount |
The vertices count. More... | |
real * | m_pVtx |
The vertices coordinates. More... | |
real * | m_pNml |
The vertices normals. More... | |
real * | m_pTan |
The vertices tangents. More... | |
real * | m_pBin |
The vertices bitangents. More... | |
real * | m_pTex |
The vertices texture coordinates. More... | |
Holds the all components of a vertex array.
real* Castor3D::stVERTEX_GROUP::m_pBin |
The vertices bitangents.
real* Castor3D::stVERTEX_GROUP::m_pNml |
The vertices normals.
real* Castor3D::stVERTEX_GROUP::m_pTan |
The vertices tangents.
real* Castor3D::stVERTEX_GROUP::m_pTex |
The vertices texture coordinates.
real* Castor3D::stVERTEX_GROUP::m_pVtx |
The vertices coordinates.
uint32_t Castor3D::stVERTEX_GROUP::m_uiCount |
The vertices count.