Searched refs:targetIncrIndex (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 2767 const int targetIncrIndex = targetIsAscendingOrder ? 1 : -1; in ParticleChildUpdater() local 2828 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2839 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2850 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2861 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2872 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2883 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2895 … particleSet->InitializeParticles(targetStartIndex, emissionCount, targetIncrIndex, targetTime); in ParticleChildUpdater() 2896 targetStartIndex += targetIncrIndex * emissionCount; in ParticleChildUpdater() 2928 targetActiveIndex += targetIncrIndex; in ParticleChildUpdater() [all …]
|