Searched refs:InverseWorldMatrix (Results 1 – 6 of 6) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ParticleSet.h | 337 const nw::math::MTX34& InverseWorldMatrix() in InverseWorldMatrix() function 346 return model->InverseWorldMatrix(); in InverseWorldMatrix()
|
| D | gfx_TransformNode.h | 167 const math::MTX34& InverseWorldMatrix() const;
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 391 …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()
|
| D | gfx_TransformNode.cpp | 157 TransformNode::InverseWorldMatrix() const in InverseWorldMatrix() function in nw::gfx::TransformNode
|
| D | gfx_ParticleSet.cpp | 769 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()
|
| D | gfx_ParticleEmitter.cpp | 555 … nw::math::MTX34Mult(&transformMatrix, m_ParticleSet->InverseWorldMatrix(), this->WorldMatrix()); in Emission()
|