hi,
I want to know ,which render API the irrlicht engine is using?.
Directx8,Directx9,OPENGL
Plz help.
Jessica.
irrlicht engine is using which render API?
You select what API to use in the createDevice() call (http://irrlicht.sourceforge.net/docu/na ... .html#a177). DirectX 8 and DirectX 9 doesn't work by default in Dev-C++ though, so you'll have to recompile the engine (have a look at http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1700). Good luck!