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

Method clearFrameData

OgreMain/src/OgreSceneManager.cpp:458–462  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

456 }
457 //-----------------------------------------------------------------------
458 void SceneManager::clearFrameData()
459 {
460 mGlobalLightList.lights.clear();
461 mRenderQueue->clearState();
462 }
463 //-----------------------------------------------------------------------
464 Light *SceneManager::createLight()
465 {

Callers 5

updateAllDirtyProbesMethod · 0.80
updateAllDirtyProbesMethod · 0.80
buildMethod · 0.80
renderOneFrameMethod · 0.80
updateBakingTextureMethod · 0.80

Calls 2

clearMethod · 0.45
clearStateMethod · 0.45

Tested by

no test coverage detected