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()
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()
2721 … nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], workMatrix, targetVelocity[dstIndex]); in ParticleChildUpdater()
2726 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() local
2729 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
2731 … nw::math::VEC3Transform(&targetTranslate[dstIndex], transformMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2732 …nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], transformMatrix, targetVelocity[dstIndex]… in ParticleChildUpdater()
2740 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() local
2743 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()