I am currently working with a small example on Irrlicht.NET CP. However the problem is to my understanding Irrlicht-based. I want to know, if anyone knows, when I specify something like this:
Code: Select all
IrrlichtDevice device = new IrrlichtDevice(DriverType.OpenGL,new Dimension2D(640, 480),16, false, false, false, false);
Thanks in advance.
Thoran