Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2742 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 …]