Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderProgram.h178 void SetModelNormalMatrix(const math::MTX34& normalMatrix) const in SetModelNormalMatrix() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp363 this->m_ShaderProgram->SetModelNormalMatrix(model->NormalMatrix()); in SetModelMatrix()