Searched refs:worldInv (Results 1 – 1 of 1) sorted by relevance
854 math::MTX34 worldInv; in UpdateModelViewMatrixAndNormalMatrix() local857 math::MTX34Inverse(&worldInv, this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()858 math::MTX34Transpose(&worldTranspose, &worldInv); in UpdateModelViewMatrixAndNormalMatrix()859 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()910 math::MTX34 worldInv; in UpdateModelViewMatrixAndNormalMatrix()913 math::MTX34Inverse(&worldInv, this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()914 math::MTX34Transpose(&worldTranspose, &worldInv); in UpdateModelViewMatrixAndNormalMatrix()915 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()