Hi All,Iam Starting 3D using C#,wat i found is thers no sufficient help for C# with Irrlicht,where can i get the Help for C#??
Thanks & Regards.
C# Help
it depends on what help you need. i gues the best help provider is http://irrlicht.sourceforge.net/docu.net/index.html ;]
-
- Posts: 95
- Joined: Thu Mar 01, 2007 6:39 am
You could try Irrlicht Net CP, very nice .NET wrapper for irrlicht, also, C++ code to C# code in this forum is an easy translation, just change all the -> to . and ignore any pointer deletion and cleanup. Also, if a reference object used as a parameter is changed, such as with matrix4.transformvec, make it look like m.transformVec(ref vec)
PWAUVAN (Programmer With An Unnecessarily Verbose Acronym Name