Searched refs:InverseViewMatrix (Results 1 – 4 of 4) sorted by relevance
328 NW_ASSERT(!internal::isIllegal(camera->InverseViewMatrix())); in RenderParticleShape()331 (f32*)&camera->InverseViewMatrix()); in RenderParticleShape()392 nw::math::MTX34Mult(&invModelView, invModelView, camera->InverseViewMatrix()); in RenderParticleShape()394 … nw::math::MTX34Mult(&invModelView, model->InverseWorldMatrix(), camera->InverseViewMatrix()); in RenderParticleShape()
258 camera.InverseViewMatrix(), in UpdateView()
464 texMtx34 = camera->InverseViewMatrix(); in ActivateTextureCoordinators()
178 math::MTX34& InverseViewMatrix() { return m_InverseViewMatrix; } in InverseViewMatrix() function181 const math::MTX34& InverseViewMatrix() const { return m_InverseViewMatrix; } in InverseViewMatrix() function