Searched refs:dstIndex (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/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() 810 int dstIndex = *pActiveIndex; in AddParticles() local 830 nw::math::VEC3Transform(&translate[dstIndex], workMatrix, translate[dstIndex]); in AddParticles() 831 nw::math::VEC3TransformNormal(&velocity[dstIndex], workMatrix, velocity[dstIndex]); in AddParticles() 838 int dstIndex = *pActiveIndex; in AddParticles() local 842 translate[dstIndex] += parentTranslate[parentIndex]; in AddParticles() 2717 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() 2720 … nw::math::VEC3Transform(&targetTranslate[dstIndex], workMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater() [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()
|