Search found 3 matches
- Mon Jul 01, 2013 7:07 am
- Forum: Bug reports
- Topic: Irrlicht - OpenGL - Multiple Windows - irr file
- Replies: 5
- Views: 1803
Re: Irrlicht - OpenGL - Multiple Windows - irr file
Thanks for your answer. I will try to fix it. Anyway, any concrete hints would be appreciated.
- Fri Jun 28, 2013 1:34 pm
- Forum: Bug reports
- Topic: Irrlicht - OpenGL - Multiple Windows - irr file
- Replies: 5
- Views: 1803
Re: Irrlicht - OpenGL - Multiple Windows - irr file
Hi hybrid, Actually I based my code on Win32 tutorial but instead of just one window I implemented 3 (leftWindow - mainWindow - rightWindow). Here is the code for the creation of the left window (the one for the right window is the same) hWndLeft = CreateWindow( Win32ClassName, conf->lef...
- Fri Jun 28, 2013 11:18 am
- Forum: Bug reports
- Topic: Irrlicht - OpenGL - Multiple Windows - irr file
- Replies: 5
- Views: 1803
Irrlicht - OpenGL - Multiple Windows - irr file
Hi, I successfully succeeded having Irrlicht running in multiple windows (Win32 windows) where I render a different camera to each window. I just tried out different settings. In the scene I load a skybox and after this an scenario from an irr file. - Using DirectX for rendering: All windows show th...