Castor3D  ..
Public Attributes | List of all members
Castor3D::stVERTEX_GROUP Struct Reference

Holds the all components of a vertex array. More...

+ Collaboration diagram for Castor3D::stVERTEX_GROUP:

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

Detailed Description

Holds the all components of a vertex array.

Author
Sylvain DOREMUS
Date
23/07/2012

Member Data Documentation

◆ m_pBin

real* Castor3D::stVERTEX_GROUP::m_pBin

The vertices bitangents.

◆ m_pNml

real* Castor3D::stVERTEX_GROUP::m_pNml

The vertices normals.

◆ m_pTan

real* Castor3D::stVERTEX_GROUP::m_pTan

The vertices tangents.

◆ m_pTex

real* Castor3D::stVERTEX_GROUP::m_pTex

The vertices texture coordinates.

◆ m_pVtx

real* Castor3D::stVERTEX_GROUP::m_pVtx

The vertices coordinates.

◆ m_uiCount

uint32_t Castor3D::stVERTEX_GROUP::m_uiCount

The vertices count.


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