Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Model.h857 math::MTX34 worldTranspose; in UpdateModelViewMatrixAndNormalMatrix() local
860 math::MTX34Transpose(&worldTranspose, &worldInv); in UpdateModelViewMatrixAndNormalMatrix()
861 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()
913 math::MTX34 worldTranspose; in UpdateModelViewMatrixAndNormalMatrix()
916 math::MTX34Transpose(&worldTranspose, &worldInv); in UpdateModelViewMatrixAndNormalMatrix()
917 math::MTX34Mult(&worldInvTranspose, &worldInv, &worldTranspose); in UpdateModelViewMatrixAndNormalMatrix()