Home
last modified time | relevance | path

Searched refs:SetModelNormalMatrix (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp324 this->m_ShaderProgram->SetModelNormalMatrix(model->NormalMatrix()); in SetModelMatrixForModel()
355 this->m_ShaderProgram->SetModelNormalMatrix(skeletalModel->NormalMatrix()); in SetModelMatrixForSkeletalModel()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderProgram.h178 void SetModelNormalMatrix(const math::MTX34& normalMatrix) const in SetModelNormalMatrix() function