Lines Matching refs:dstIndex

796                 int dstIndex = *pActiveIndex;  in AddParticles()  local
799 nw::math::VEC3Transform(&translate[dstIndex], transformMatrix, translate[dstIndex]); in AddParticles()
800 … nw::math::VEC3TransformNormal(&velocity[dstIndex], transformMatrix, velocity[dstIndex]); in AddParticles()
834 int dstIndex = *pActiveIndex; in AddParticles() local
854 nw::math::VEC3Transform(&translate[dstIndex], workMatrix, translate[dstIndex]); in AddParticles()
860 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()
861 … nw::math::VEC3TransformNormal(&velocity[dstIndex], workMatrix, velocity[dstIndex]); in AddParticles()
867 … nw::math::VEC3TransformNormal(&velocity[dstIndex], workMatrix, velocity[dstIndex]); in AddParticles()
875 int dstIndex = *pActiveIndex; in AddParticles() local
879 translate[dstIndex] += parentTranslate[parentIndex]; in AddParticles()
885 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()
2927 int dstIndex = *targetActiveIndex; in ParticleChildUpdater()
2930 … nw::math::VEC3Transform(&targetTranslate[dstIndex], workMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2931 … nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], workMatrix, targetVelocity[dstIndex]); in ParticleChildUpdater()
2936 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() local
2939 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
2941 … nw::math::VEC3Transform(&targetTranslate[dstIndex], transformMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2945 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()
2948 …nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], transformMatrix, targetVelocity[dstIndex]… in ParticleChildUpdater()
2956 int dstIndex = *targetActiveIndex; in ParticleChildUpdater() local
2959 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
2963 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()