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

Method setRenderQueueGroup

OgreMain/src/OgreParticleSystem.cpp:1176–1183  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1174 }
1175 //-----------------------------------------------------------------------
1176 void ParticleSystem::setRenderQueueGroup( uint8 queueID )
1177 {
1178 MovableObject::setRenderQueueGroup( queueID );
1179 if( mRenderer )
1180 {
1181 mRenderer->setRenderQueueGroup( queueID );
1182 }
1183 }
1184 //-----------------------------------------------------------------------
1185 void ParticleSystem::setRenderQueueSubGroup( uint8 subGroup )
1186 {

Callers 1

configureRendererMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected