Searched refs:worldInvTranspose (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_Model.h | 840 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() local 841 math::MTX34InvTranspose(&worldInvTranspose, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix() 842 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix() 856 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() local 859 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix() 860 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix() 887 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() 888 math::MTX34InvTranspose(&worldInvTranspose, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix() 889 math::MTX34Mult(&this->NormalMatrix(), &viewMatrix, &worldInvTranspose); in UpdateModelViewMatrixAndNormalMatrix() 912 math::MTX34 worldInvTranspose; in UpdateModelViewMatrixAndNormalMatrix() [all …]
|