Castor3D
..
|
Holds vertex informations. More...
Public Member Functions | |
stVERTEX () | |
Public Attributes | |
int | m_iIndex |
Vertex index. More... | |
real | m_fNormal [3] |
Vertex normal. More... | |
real | m_fTexCoords [2] |
Vertex UV. More... | |
bool | m_bHasNormal |
Tells the vertex has a normal. More... | |
bool | m_bHasTexCoords |
Tells the vertex has UV. More... | |
Holds vertex informations.
|
inline |
bool Castor3D::stFACE_INFOS::stVERTEX::m_bHasNormal |
Tells the vertex has a normal.
bool Castor3D::stFACE_INFOS::stVERTEX::m_bHasTexCoords |
Tells the vertex has UV.
real Castor3D::stFACE_INFOS::stVERTEX::m_fNormal[3] |
Vertex normal.
real Castor3D::stFACE_INFOS::stVERTEX::m_fTexCoords[2] |
Vertex UV.
int Castor3D::stFACE_INFOS::stVERTEX::m_iIndex |
Vertex index.