Home
last modified time | relevance | path

Searched refs:GetMaterialIndex (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderElement.h447 const Material* material = model->GetMaterial(mesh.GetMaterialIndex()); in CreateRenderKey()
543 const Material* material = model->GetMaterial(mesh.GetMaterialIndex()); in CreateRenderKey()
642 const Material* material = model->GetMaterial(mesh.GetMaterialIndex()); in CreateRenderKey()
Dgfx_Model.h524 Material* material = this->GetMaterial(mesh.GetMaterialIndex()); in GetRenderLayerId()
782 int GetMaterialIndex(const anim::ResAnimGroupMember& anim) const;
Dgfx_RenderQueue.h345 element.GetModel()->GetMaterial(mesh.GetMaterialIndex())->GetOriginal(); in operator()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp152 ResMaterial material = owner.GetMaterials(this->GetMaterialIndex()); in Setup()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp108 m_RenderContext->SetMaterial(model->GetMaterial(mesh.GetMaterialIndex())); in RenderMesh()
139 m_RenderContext->SetMaterial(model->GetMaterial(mesh.GetMaterialIndex())); in RenderMesh()
Dgfx_Model.cpp118 const int matIdx = GetMaterialIndex(resAnimGroupMember); in BindMaterialAnim()
607 Model::GetMaterialIndex(const anim::ResAnimGroupMember& anim) const in GetMaterialIndex() function in nw::gfx::Model