Home
last modified time | relevance | path

Searched refs:InverseWorldMatrix (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleSet.h337 const nw::math::MTX34& InverseWorldMatrix() in InverseWorldMatrix() function
346 return model->InverseWorldMatrix(); in InverseWorldMatrix()
Dgfx_TransformNode.h167 const math::MTX34& InverseWorldMatrix() const;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp391 …ultTranslate(&invModelView, -m_RenderContext->ModelTranslateOffset(), model->InverseWorldMatrix()); in RenderParticleShape()
394 … nw::math::MTX34Mult(&invModelView, model->InverseWorldMatrix(), camera->InverseViewMatrix()); in RenderParticleShape()
404 NW_ASSERT(!internal::isIllegal(model->InverseWorldMatrix())); in RenderParticleShape()
407 (f32*)&model->InverseWorldMatrix()); in RenderParticleShape()
Dgfx_TransformNode.cpp157 TransformNode::InverseWorldMatrix() const in InverseWorldMatrix() function in nw::gfx::TransformNode
Dgfx_ParticleSet.cpp769 nw::math::MTX34Mult(&transformMatrix, this->InverseWorldMatrix(), emitterMatrix); in AddParticles()
826 nw::math::MTX34Mult(&transformMatrix, this->InverseWorldMatrix(), emitterMatrix); in AddParticles()
2578 nw::math::MTX34Mult(&transformMatrix, particleSet->InverseWorldMatrix(), modelMtx); in ParticleChildUpdater()
Dgfx_ParticleEmitter.cpp555 … nw::math::MTX34Mult(&transformMatrix, m_ParticleSet->InverseWorldMatrix(), this->WorldMatrix()); in Emission()