Irrlicht in a window?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Guest

Irrlicht in a window?

Post 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!
Guest

RE: Irrlicht in a window

Post 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!
Locked