How can I resize irrlicht window?

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.
slater
Posts: 3
Joined: Mon May 23, 2016 6:06 pm
Location: USA
Contact:

Re: How can I resize irrlicht window?

Post by slater »

Sorry to resurrect.

I found this thread when Googling for the same issue (pixelated after OnResize(...), same D3D9 errors), and I found my issue was I was not calling OnResize(...) from the main thread. I was calling it from a background thread. After moving my call to the main thread, everything worked as expected.

I did not have to add extra calls to endScene()...beginScene() or reload textures as described by @robmar. Perhaps that was fixed since 2012. I am using a very recent 1.9 build from SVN.

Cheers,

Doug
Post Reply