-----------------------------------------------------------------------
| 362 | } |
| 363 | //----------------------------------------------------------------------- |
| 364 | void ParticleSystem::setIterationInterval( Real interval ) |
| 365 | { |
| 366 | mIterationInterval = interval; |
| 367 | mIterationIntervalSet = true; |
| 368 | } |
| 369 | //----------------------------------------------------------------------- |
| 370 | void ParticleSystem::_update( Real timeElapsed ) |
| 371 | { |