load irr files in c#
load irr files in c#
Somebody know how can i load irr. files in irrlicht with c#?
There is an example on how to do this in the Irrlicht 1.1 download.
I tried this and it worked for me.
I tried this and it worked for me.
Code: Select all
device.SceneManager.LoadScene(@"..\..\media\example.irr");