BackBuffer

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Ghus
Posts: 13
Joined: Wed May 12, 2010 5:42 pm

BackBuffer

Post by Ghus »

Hi

I need an information, i have searched the forum but i didnt find, its possible to change the back buffer colour in run time mode.

i define it in the beginScene but then i need to change it is possible to do this? if yes please help me :wink:

Thanks in advance

Ghus
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: BackBuffer

Post by serengeor »

It is possible. Just declare a variable outside of the main loop and pass that to beginscene, change that variable as you need.
Working on game: Marrbles (Currently stopped).
Ghus
Posts: 13
Joined: Wed May 12, 2010 5:42 pm

Re: BackBuffer

Post by Ghus »

Thanks serengeor

it solved my problem :D
Post Reply