Home
last modified time | relevance | path

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

/NW4C-1.3.3/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.h538 Material* material = this->GetMaterial(mesh.GetMaterialIndex()); in GetRenderLayerId()
796 int GetMaterialIndex(const anim::ResAnimGroupMember& anim) const;
Dgfx_RenderQueue.h345 element.GetModel()->GetMaterial(mesh.GetMaterialIndex())->GetOriginal(); in operator()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp148 ResMaterial material = owner.GetMaterials(this->GetMaterialIndex()); in Setup()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp101 m_RenderContext->SetMaterial(model->GetMaterial(mesh.GetMaterialIndex())); in RenderMesh()
127 m_RenderContext->SetMaterial(model->GetMaterial(mesh.GetMaterialIndex())); in RenderMesh()
Dgfx_Model.cpp117 const int matIdx = GetMaterialIndex(resAnimGroupMember); in BindMaterialAnim()
615 Model::GetMaterialIndex(const anim::ResAnimGroupMember& anim) const in GetMaterialIndex() function in nw::gfx::Model