What do you guys use for rendering stuff with Irrlicht?
I understand that OpenGL is cross-platform and all, but if I'm developing with the .NET wrapper it's pretty pointless to not just use DX9.
Any disadvantages/advantages to one or the other (other than the cross platform thing)?
DirectX versus OpenGL
When developing with irrlicht i've had many times when things looked very different in my app when using the different drivers. It can be useful when you come across a bug to try the other drivers to see if the bug persists there or is specific to a driver but it can be rather annoying when everything seems to work fine with one but not the other but you want to give people the option of choosing between them when using your app.