Searched refs:NormalMatrix (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_Model.h | 493 math::MTX34& NormalMatrix() in NormalMatrix() function 499 const math::MTX34& NormalMatrix() const in NormalMatrix() function 827 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix() 834 math::MTX34Copy(&this->NormalMatrix(), &viewMatrix); in UpdateModelViewMatrixAndNormalMatrix() 845 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix() 857 math::MTX34Copy(&this->NormalMatrix(), &modelView); in UpdateModelViewMatrixAndNormalMatrix() 867 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &reScaleMtx); in UpdateModelViewMatrixAndNormalMatrix() 874 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix() 882 math::MTX34Copy(&this->NormalMatrix(), &viewMatrix); in UpdateModelViewMatrixAndNormalMatrix() 890 math::MTX34Mult(&this->NormalMatrix(), &scaleMtx, &viewMatrix); in UpdateModelViewMatrixAndNormalMatrix() [all …]
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_RenderContext.cpp | 363 this->m_ShaderProgram->SetModelNormalMatrix(model->NormalMatrix()); in SetModelMatrix()
|