Home
last modified time | relevance | path

Searched refs:parentVelocity (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp823 math::VEC3* parentVelocity = NULL; in AddParticles() local
826 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() local
2905 parentVelocity = (math::VEC3*)parent->GetParticleCollection()->GetStreamPtr( in ParticleChildUpdater()
2945 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()
2963 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()