Where is it

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
ralo
Posts: 10
Joined: Sat Jan 27, 2007 1:06 pm

Where is it

Post by ralo »

Hello All,

I am trying to translate a code from C++ to C# (http://irrlicht.sourceforge.net/phpBB2/ ... urce061228)

there are some classes that are not available in C# version of Irrlicht like scene::SMeshBuffer etc. Can you please guide me what is the alternative of it.

Thanks and Regards,
Rahil
cypher543
Posts: 78
Joined: Sat Apr 15, 2006 5:24 pm
Location: Missouri, USA
Contact:

Post by cypher543 »

Add the missing functions to the Irrlicht.NET library. It's really simple, because the library simply makes external calls to the unmanaged C++ Irrlicht DLL.
Locked