Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp378 nw::math::MTX34 modelView; in RenderParticleShape() local
379 nw::math::MTX34Mult(&modelView, camera->ViewMatrix(), *worldMatrix); in RenderParticleShape()
380 NW_ASSERT(!internal::isIllegal(modelView)); in RenderParticleShape()
383 (f32*)&modelView, in RenderParticleShape()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Model.h855 math::MTX34 modelView; in UpdateModelViewMatrixAndNormalMatrix()
856 math::MTX34Mult(&modelView, &viewMatrix, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
857 math::MTX34Copy(&this->NormalMatrix(), &modelView); in UpdateModelViewMatrixAndNormalMatrix()