Page 1 of 1

Need help on Tutorial 3

Posted: Mon Oct 17, 2005 8:30 pm
by luismesas
I'm trying to follow tutorial 3 using C# with .Net 2.0

anyone knows how to translate Constructor declaration to C# code?

Thanks

Posted: Tue Oct 18, 2005 2:23 pm
by luismesas
It seems that is not possible to do a custom scene node with current version of .Net wrapper.

Am I Wrong?

Posted: Sat Oct 22, 2005 7:08 am
by niko
Right, it's not possible yet. sorry.

Posted: Thu Dec 15, 2005 6:51 pm
by Soykaf
Hmm...and I thought I was too stupid to inherit...well...

Will this be fixed some day? Or maybe soon? I'm currently trying to translate all the tutorials to C# and would like to translate this one, too...

Greets - Soykaf

Custom scenenodes

Posted: Fri Jan 13, 2006 10:28 pm
by buhatkj
yeh I started to try and port my OpenAL scene node to .NET, but I found that I couldn't get the constructors to work right.
I'd say this is a pretty high priority, since customnodes are the primary method of extending the base functionality of the engine. I think all that is necessary is to add a "new" constructor to the .NET version of ISceneNode, but I'm not sure if that would break any other bits of the interface or what the cumulative effect of that would be.
Actually there is prolly a lot of methods we would need to add, to register for rendering and so forth too...

Posted: Wed Mar 29, 2006 2:59 pm
by zangetsu
This is just a reply to bring this back to the top of the pile, and ask if any progress has been made on it?

I'm in the process of translating all the tutorials into Vb.Net and I came across this problem myself.

Custom scene node

Posted: Tue Jun 12, 2007 12:10 pm
by VinZ
Hi, i'm looking to create custom scene node in Visual studio 2005 C#. If any one tryied please help me.

thanks in advance.

Posted: Tue Jun 12, 2007 12:20 pm
by Delight
It's not possible with Irrlicht.Net as far as I know. Take a look at IrrlichtNETCP - it's a wrapper which has CustomSceneNode support. In the Sdk is also an example

Posted: Sun Jun 24, 2007 11:33 am
by dejai
Hmm, thats annoying I used to use .NET but now I have changed to C++ dev