load irr files in c#

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Ros
Posts: 30
Joined: Thu Jul 13, 2006 11:30 am
Contact:

load irr files in c#

Post by Ros »

Somebody know how can i load irr. files in irrlicht with c#?
Shoarc
Posts: 7
Joined: Tue Aug 08, 2006 9:26 pm

Post by Shoarc »

There is an example on how to do this in the Irrlicht 1.1 download.
I tried this and it worked for me.

Code: Select all

device.SceneManager.LoadScene(@"..\..\media\example.irr");
Ros
Posts: 30
Joined: Thu Jul 13, 2006 11:30 am
Contact:

Post by Ros »

thank u!!!!!!!!!!!!!!!!
Ros
Posts: 30
Joined: Thu Jul 13, 2006 11:30 am
Contact:

Post by Ros »

thank you!!!!!!!!!!!!!!!!
Locked