MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / _triggerAffectors

Method _triggerAffectors

OgreMain/src/OgreParticleSystem.cpp:693–702  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

691 }
692 //-----------------------------------------------------------------------
693 void ParticleSystem::_triggerAffectors( Real timeElapsed )
694 {
695 ParticleAffectorList::iterator i, itEnd;
696
697 itEnd = mAffectors.end();
698 for( i = mAffectors.begin(); i != itEnd; ++i )
699 {
700 ( *i )->_affectParticles( this, timeElapsed );
701 }
702 }
703 //-----------------------------------------------------------------------
704 void ParticleSystem::increasePool( size_t size )
705 {

Callers

nothing calls this directly

Calls 3

endMethod · 0.45
beginMethod · 0.45
_affectParticlesMethod · 0.45

Tested by

no test coverage detected