Searched refs:modelView (Results 1 – 2 of 2) sorted by relevance
376 nw::math::MTX34 modelView; in RenderParticleShape() local377 nw::math::MTX34Mult(&modelView, camera->ViewMatrix(), *worldMatrix); in RenderParticleShape()378 NW_ASSERT(!internal::isIllegal(modelView)); in RenderParticleShape()381 (f32*)&modelView, in RenderParticleShape()
870 math::MTX34 modelView; in UpdateModelViewMatrixAndNormalMatrix()871 math::MTX34Mult(&modelView, &viewMatrix, &this->WorldMatrix()); in UpdateModelViewMatrixAndNormalMatrix()872 math::MTX34Copy(&this->NormalMatrix(), &modelView); in UpdateModelViewMatrixAndNormalMatrix()