Page 1 of 1

Where is it

Posted: Wed Feb 14, 2007 6:32 am
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

Posted: Wed Feb 14, 2007 1:03 pm
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.