Page 1 of 1

how to change the video mode???

Posted: Tue Oct 31, 2006 4:00 am
by sir_gon
how to change the video mode while the system is being executed?

example: 1024x768x16 -> 800x600x32 -> 640x480x32

is possible?

I was reading the documentation but nonencounter not at all adapted to solve this :oops:

Posted: Tue Nov 07, 2006 12:54 pm
by Ico
Put your Init-Code into one function (easier this way) and when you want to change your screen resolution, shut down the engine and (re)call the init function. As far as i know there is no way to do it without restarting the engine. Just save your game state etc. "outside" of irrlicht and everything should be fine.

Posted: Tue Nov 07, 2006 3:29 pm
by n00b
theres a similar post to this some time back, just go and search for it.
anyway, i think theres a class somneone made that does this.