Patch for missing features in IAnimatedMeshSceneNode

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
iceh
Posts: 1
Joined: Sun May 07, 2006 2:42 pm

Patch for missing features in IAnimatedMeshSceneNode

Post by iceh »

Hi,

i created a patch for IAnimatedMeshSceneNode that adds two missing features in the .net Version

1) set_LoopMode property.

2) add AnimationCallback this is done in the .net way, that means you can do a animNode.AnimationEnd += System.Event( this, OnAnimationEnd );

Where should i post the patches?
DeusXL
Posts: 114
Joined: Sun Mar 14, 2004 9:37 am
Contact:

Post by DeusXL »

The second one sounds greats :)

Unless I'm wrong, the Code Snippets forum is the right place !
Irrlicht .NET complete and Cross Platform Wrapper
The kid on my avatar wrote:A painless lesson is one without any meaning
Locked