ruichaves
31-07-2007 17:53:42
Well, i have the listenner:
So when the terrain is ready this event is executed, right??
I use this to cleanup the loading bar, background.. and when it shows the map, he is still drawing..
So, what is happen??
mterrainreadylistener = new PagingLandscapeDelegate();
mterrainreadylistener->bind(this,&PLSM::terrainReady);
m_SceneManager->setOption( "addTerrainListener", mterrainreadylistener );
So when the terrain is ready this event is executed, right??
I use this to cleanup the loading bar, background.. and when it shows the map, he is still drawing..
So, what is happen??