Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Public Member Functions | |
ModelRData (const void *key) | |
Public Member Functions inherited from CModelRData | |
CModelRData (const void *key) | |
const void * | GetKey () const |
GetKey: Retrieve the key that can be used to identify the ModelRenderer that created this data. More... | |
Public Member Functions inherited from CRenderData | |
CRenderData () | |
virtual | ~CRenderData () |
Public Attributes | |
VertexArray | m_Array |
Dynamic per-CModel vertex array. More... | |
VertexArray::Attribute | m_Position |
Position and normals/lighting are recalculated on CPU every frame. More... | |
VertexArray::Attribute | m_Normal |
Public Attributes inherited from CRenderData | |
int | m_UpdateFlags |
|
inline |
VertexArray anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelRData::m_Array |
Dynamic per-CModel vertex array.
VertexArray::Attribute anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelRData::m_Normal |
VertexArray::Attribute anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelRData::m_Position |
Position and normals/lighting are recalculated on CPU every frame.