Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Model.h842 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()
[all …]