C# Help

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ansu832001
Posts: 95
Joined: Thu Mar 01, 2007 6:39 am

C# Help

Post by ansu832001 »

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.
roxaz
Posts: 575
Joined: Tue Jan 23, 2007 8:35 pm
Location: LT

Post by roxaz »

it depends on what help you need. i gues the best help provider is http://irrlicht.sourceforge.net/docu.net/index.html ;]
ansu832001
Posts: 95
Joined: Thu Mar 01, 2007 6:39 am

Post by ansu832001 »

First of all Thank u for the Link,but my fear is will i be able to get help from the forum the way it is extended fo VC++,becaz i have to do my work in C#.


Thanks & Regards.
PWAUVAN
Posts: 8
Joined: Thu Mar 01, 2007 7:19 pm
Location: Milwaukee

Post by PWAUVAN »

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
Post Reply