Search found 1 match

by iceh
Sun May 07, 2006 2:50 pm
Forum: Irrlicht.NET
Topic: Patch for missing features in IAnimatedMeshSceneNode
Replies: 1
Views: 1159

Patch for missing features in IAnimatedMeshSceneNode

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 ...