Lines Matching refs:dstIndex

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()
871 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()
2902 int dstIndex = *targetActiveIndex; in ParticleChildUpdater()
2905 … nw::math::VEC3Transform(&targetTranslate[dstIndex], workMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2906 … nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], workMatrix, targetVelocity[dstIndex]); in ParticleChildUpdater()
2911 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() local
2914 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
2916 … nw::math::VEC3Transform(&targetTranslate[dstIndex], transformMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2920 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()
2923 …nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], transformMatrix, targetVelocity[dstIndex]… in ParticleChildUpdater()
2931 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() local
2934 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
2938 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()