Search found 3 matches
- Wed May 04, 2016 2:17 pm
- Forum: Beginners Help
- Topic: beginScene VideoData is ignored when using OpenGL driver
- Replies: 5
- Views: 1083
Re: beginScene VideoData is ignored when using OpenGL driver
Hi, thank you so much for your solution!
- Mon May 02, 2016 5:01 pm
- Forum: Beginners Help
- Topic: beginScene VideoData is ignored when using OpenGL driver
- Replies: 5
- Views: 1083
Re: beginScene VideoData is ignored when using OpenGL driver
Yes I use the 'old' ExposedVideoData that I got from the driver and change the WindowID just like in your example.
Looks like I have to stick with Direct3D9
Looks like I have to stick with Direct3D9
- Sat Apr 30, 2016 6:04 pm
- Forum: Beginners Help
- Topic: beginScene VideoData is ignored when using OpenGL driver
- Replies: 5
- Views: 1083
beginScene VideoData is ignored when using OpenGL driver
Hi, I just started with Irrlicht(Lime) and want to render different views on different WinForm panels. I do for each panel a function beginScene with a videodata parameter containing the current panel handle. When I start the application with driver type Direct3D9 it works exactly like expected. Whe...