Castor3D  ..
Public Member Functions | Public Attributes | List of all members
Castor3D::stFACE_INFOS::stVERTEX Struct Reference

Holds vertex informations. More...

+ Collaboration diagram for Castor3D::stFACE_INFOS::stVERTEX:

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...
 

Detailed Description

Holds vertex informations.

Author
Sylvain DOREMUS
Date
20/07/2012

Constructor & Destructor Documentation

◆ stVERTEX()

Castor3D::stFACE_INFOS::stVERTEX::stVERTEX ( )
inline

Member Data Documentation

◆ m_bHasNormal

bool Castor3D::stFACE_INFOS::stVERTEX::m_bHasNormal

Tells the vertex has a normal.

◆ m_bHasTexCoords

bool Castor3D::stFACE_INFOS::stVERTEX::m_bHasTexCoords

Tells the vertex has UV.

◆ m_fNormal

real Castor3D::stFACE_INFOS::stVERTEX::m_fNormal[3]

Vertex normal.

◆ m_fTexCoords

real Castor3D::stFACE_INFOS::stVERTEX::m_fTexCoords[2]

Vertex UV.

◆ m_iIndex

int Castor3D::stFACE_INFOS::stVERTEX::m_iIndex

Vertex index.


The documentation for this struct was generated from the following file: