|
Pyrogenesis
13997
|
Public Member Functions | |
| ShaderModel (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 |
| VertexArray::Attribute | m_Color |
Public Attributes inherited from CRenderData | |
| int | m_UpdateFlags |
Definition at line 78 of file HWLightingModelRenderer.cpp.
|
inline |
Definition at line 88 of file HWLightingModelRenderer.cpp.
| VertexArray ShaderModel::m_Array |
Dynamic per-CModel vertex array.
Definition at line 81 of file HWLightingModelRenderer.cpp.
| VertexArray::Attribute ShaderModel::m_Color |
Definition at line 86 of file HWLightingModelRenderer.cpp.
| VertexArray::Attribute ShaderModel::m_Normal |
Definition at line 85 of file HWLightingModelRenderer.cpp.
| VertexArray::Attribute ShaderModel::m_Position |
Position and normals/lighting are recalculated on CPU every frame.
Definition at line 84 of file HWLightingModelRenderer.cpp.
1.8.5