Searched refs:parentVelocity (Results 1 – 1 of 1) sorted by relevance
823 math::VEC3* parentVelocity = NULL; in AddParticles() local826 parentVelocity = (math::VEC3*)parentParticleSet->GetParticleCollection()->GetStreamPtr( in AddParticles()860 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()885 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()2902 math::VEC3* parentVelocity = NULL; in ParticleChildUpdater() local2905 parentVelocity = (math::VEC3*)parent->GetParticleCollection()->GetStreamPtr( in ParticleChildUpdater()2945 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()2963 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()