I have created an application which only initializes an IrrlichtDevice and then calls:
IrrlichtDevice __device = new IrrlichtDevice(DriverType.OPENGL);
__device.ResizeAble = true;
__device.WindowCaption = "Some String";
while (__device.Run()) // never exits here
{
__device.CloseDevice ...
Search found 1 match
- Thu Feb 16, 2006 10:15 pm
- Forum: Irrlicht.NET
- Topic: How to correctly dispose an IrrlichtDevice Object
- Replies: 0
- Views: 1074