Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp376 nw::math::MTX34 modelView; in RenderParticleShape() local
377 nw::math::MTX34Mult(&modelView, camera->ViewMatrix(), *worldMatrix); in RenderParticleShape()
378 NW_ASSERT(!internal::isIllegal(modelView)); in RenderParticleShape()
381 (f32*)&modelView, in RenderParticleShape()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Model.h870 math::MTX34 modelView; in UpdateModelViewMatrixAndNormalMatrix()
871 math::MTX34Mult(&modelView, &viewMatrix, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
872 math::MTX34Copy(&this->NormalMatrix(), &modelView); in UpdateModelViewMatrixAndNormalMatrix()