Searched refs:dstIndex (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 782 int dstIndex = *pActiveIndex; in AddParticles() local 785 nw::math::VEC3Transform(&translate[dstIndex], transformMatrix, translate[dstIndex]); in AddParticles() 786 … nw::math::VEC3TransformNormal(&velocity[dstIndex], transformMatrix, velocity[dstIndex]); in AddParticles() 820 int dstIndex = *pActiveIndex; in AddParticles() local 840 nw::math::VEC3Transform(&translate[dstIndex], workMatrix, translate[dstIndex]); in AddParticles() 846 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles() 847 … nw::math::VEC3TransformNormal(&velocity[dstIndex], workMatrix, velocity[dstIndex]); in AddParticles() 853 … nw::math::VEC3TransformNormal(&velocity[dstIndex], workMatrix, velocity[dstIndex]); in AddParticles() 861 int dstIndex = *pActiveIndex; in AddParticles() local 865 translate[dstIndex] += parentTranslate[parentIndex]; in AddParticles() [all …]
|
| D | gfx_ParticleEmitter.cpp | 563 int dstIndex = *activeIndex; in Emission() local 566 nw::math::VEC3Transform(&translate[dstIndex], transformMatrix, translate[dstIndex]); in Emission() 567 nw::math::VEC3TransformNormal(&velocity[dstIndex], transformMatrix, velocity[dstIndex]); in Emission()
|