Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp685 int minIndex = collection->GetMinActiveIndex(); in SetDefaultValues() local
700 if (minIndex > nextIndex) in SetDefaultValues()
702 minIndex = nextIndex; in SetDefaultValues()
719 collection->SetMinActiveIndex(minIndex); in SetDefaultValues()
938 int minIndex = collection->GetMinActiveIndex(); in AddParticles() local
950 if (minIndex > nextIndex) in AddParticles()
952 minIndex = nextIndex; in AddParticles()
966 collection->SetMinActiveIndex(minIndex); in AddParticles()