Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Public Member Functions | |
ModelDefRData (const CModelDefPtr &mdef) | |
Public Member Functions inherited from CModelDefRPrivate | |
CModelDefRPrivate () | |
virtual | ~CModelDefRPrivate () |
Public Attributes | |
VertexIndexArray | m_IndexArray |
Indices are the same for all models, so share them. More... | |
VertexArray | m_Array |
Static per-CModelDef vertex array. More... | |
std::vector< VertexArray::Attribute > | m_UVs |
The number of UVs is determined by the model. More... | |
Renderer::Backend::IVertexInputLayout * | m_VertexInputLayout = nullptr |
anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelDefRData::ModelDefRData | ( | const CModelDefPtr & | mdef | ) |
VertexArray anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelDefRData::m_Array |
Static per-CModelDef vertex array.
VertexIndexArray anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelDefRData::m_IndexArray |
Indices are the same for all models, so share them.
std::vector<VertexArray::Attribute> anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelDefRData::m_UVs |
The number of UVs is determined by the model.
Renderer::Backend::IVertexInputLayout* anonymous_namespace{CPUSkinnedModelRenderer.cpp}::ModelDefRData::m_VertexInputLayout = nullptr |