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!
Irrlicht in a window?
RE: Irrlicht in a window
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!
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!