Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2566 const int targetIncrIndex = targetIsAscendingOrder ? 1 : -1; in ParticleChildUpdater() local
2628 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2639 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2650 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2661 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2672 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2683 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2695 … particleSet->InitializeParticles(targetStartIndex, emissionCount, targetIncrIndex, targetTime); in ParticleChildUpdater()
2696 targetStartIndex += targetIncrIndex * emissionCount; in ParticleChildUpdater()
2718 targetActiveIndex += targetIncrIndex; in ParticleChildUpdater()
[all …]