Load (and show) all pages

asmo

26-02-2007 13:17:27

Hey, I'm working on an editor for our new project at the moment and I need to show all pages (or as many that is possible). Are there anyway to tell PLSM2 to load and show all?

nindim

26-02-2007 13:33:22

I think you can load all possible tiles (up to how many you set in your cfg file) via this line of code:

mScnMgr->setOption( "LoadNow", NULL );

asmo

26-02-2007 13:47:26

I used pages at size 513, which was probably to much. Worked fine when I truned them down to 129