Searched refs:modelView (Results 1 – 2 of 2) sorted by relevance
378 nw::math::MTX34 modelView; in RenderParticleShape() local379 nw::math::MTX34Mult(&modelView, camera->ViewMatrix(), *worldMatrix); in RenderParticleShape()380 NW_ASSERT(!internal::isIllegal(modelView)); in RenderParticleShape()383 (f32*)&modelView, in RenderParticleShape()
855 math::MTX34 modelView; in UpdateModelViewMatrixAndNormalMatrix()856 math::MTX34Mult(&modelView, &viewMatrix, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()857 math::MTX34Copy(&this->NormalMatrix(), &modelView); in UpdateModelViewMatrixAndNormalMatrix()