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

Method setKeepParticlesInLocalSpace

OgreMain/src/OgreParticleSystem.cpp:1193–1200  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1191 }
1192 //-----------------------------------------------------------------------
1193 void ParticleSystem::setKeepParticlesInLocalSpace( bool keepLocal )
1194 {
1195 mLocalSpace = keepLocal;
1196 if( mRenderer )
1197 {
1198 mRenderer->setKeepParticlesInLocalSpace( keepLocal );
1199 }
1200 }
1201 //-----------------------------------------------------------------------
1202 void ParticleSystem::_sortParticles( Camera *cam )
1203 {

Callers 2

configureRendererMethod · 0.45
doSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected