Home
last modified time | relevance | path

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

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