Lines Matching refs:worldInvTranspose
842 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() local
843 math::MTX34InvTranspose(&worldInvTranspose, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
844 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()
858 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() local
861 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()
862 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()
889 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix()
890 math::MTX34InvTranspose(&worldInvTranspose, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
891 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()
914 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix()
917 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()
918 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()