Searched refs:parentVelocity (Results 1 – 1 of 1) sorted by relevance
809 math::VEC3* parentVelocity = NULL; in AddParticles() local812 parentVelocity = (math::VEC3*)parentParticleSet->GetParticleCollection()->GetStreamPtr( in AddParticles()846 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()871 velocity[dstIndex] += parentVelocity[parentIndex]; in AddParticles()2877 math::VEC3* parentVelocity = NULL; in ParticleChildUpdater() local2880 parentVelocity = (math::VEC3*)parent->GetParticleCollection()->GetStreamPtr( in ParticleChildUpdater()2920 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()2938 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()