Home
last modified time | relevance | path

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

/NW4C-2.0.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-2.0.3/include/nw/gfx/
Dgfx_Model.h872 math::MTX34 modelView; in UpdateModelViewMatrixAndNormalMatrix()
873 math::MTX34Mult(&modelView, &viewMatrix, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()
874 math::MTX34Copy(&this->NormalMatrix(), &modelView); in UpdateModelViewMatrixAndNormalMatrix()