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

Method createScene01

Samples/2.0/Common/src/BaseSystem.cpp:15–15  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13 void BaseSystem::deinitialize() { mCurrentGameState->deinitialize(); }
14 //-----------------------------------------------------------------------------------
15 void BaseSystem::createScene01() { mCurrentGameState->createScene01(); }
16 //-----------------------------------------------------------------------------------
17 void BaseSystem::createScene02() { mCurrentGameState->createScene02(); }
18 //-----------------------------------------------------------------------------------

Callers 4

renderThreadAppFunction · 0.45
logicThreadFunction · 0.45
mainAppSingleThreadedMethod · 0.45
runLoopMethod · 0.45

Calls

no outgoing calls

Tested by 1

runLoopMethod · 0.36