Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp672 int minIndex = collection->GetMinActiveIndex(); in SetDefaultValues() local
686 if (minIndex > nextIndex) in SetDefaultValues()
688 minIndex = nextIndex; in SetDefaultValues()
705 collection->SetMinActiveIndex(minIndex); in SetDefaultValues()
924 int minIndex = collection->GetMinActiveIndex(); in AddParticles() local
936 if (minIndex > nextIndex) in AddParticles()
938 minIndex = nextIndex; in AddParticles()
952 collection->SetMinActiveIndex(minIndex); in AddParticles()