Page 1 of 1

Irrlicht in a window?

Posted: Mon Apr 03, 2006 12:50 am
by Guest
Hi!
Could some kind soul please post a detailed explanation of how to get Irrlicht working within a window (VB.NET)? I have tried the example elsewhere in this forum, but the begin-end scene loop is so tight that no windows events are processed (doevents doesn't help...). I have tried running this loop as a separate thread, but that seems to just break it.

Some example code as well would be even better!
Thanks in advance!

RE: Irrlicht in a window

Posted: Mon Apr 03, 2006 8:52 am
by Guest
OK,
Found the problem....!
I made a mistake by using the AddCameraSceneNodeFPS method, rather than the AddCameraSceneNode method... the FPS camera seems to swallow the events and lock the mouse!
Cheers!