Searched refs:targetIncrIndex (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 2742 const int targetIncrIndex = targetIsAscendingOrder ? 1 : -1; in ParticleChildUpdater() local 2803 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2814 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2825 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2836 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2847 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2858 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2870 … particleSet->InitializeParticles(targetStartIndex, emissionCount, targetIncrIndex, targetTime); in ParticleChildUpdater() 2871 targetStartIndex += targetIncrIndex * emissionCount; in ParticleChildUpdater() 2903 targetActiveIndex += targetIncrIndex; in ParticleChildUpdater() [all …]
|