Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Model.h825 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() local
826 math::MTX34InvTranspose(&worldInvTranspose, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
827 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()
841 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() local
844 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()
845 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()
872 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix()
873 math::MTX34InvTranspose(&worldInvTranspose, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
874 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix()
897 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix()
[all …]