Home
last modified time | relevance | path

Searched refs:InverseViewMatrix (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp328 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()
Dgfx_SkeletonUpdater.cpp258 camera.InverseViewMatrix(), in UpdateView()
Dgfx_MaterialState.cpp464 texMtx34 = camera->InverseViewMatrix(); in ActivateTextureCoordinators()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h178 math::MTX34& InverseViewMatrix() { return m_InverseViewMatrix; } in InverseViewMatrix() function
181 const math::MTX34& InverseViewMatrix() const { return m_InverseViewMatrix; } in InverseViewMatrix() function