Custom Animation

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
Gibbo
Posts: 8
Joined: Thu Aug 10, 2006 1:17 pm

Custom Animation

Post by Gibbo »

Hi,
I'm looking for a way to animate a node, so that I can do one of the following:

1) Rotate the node by a given degree and then stop.
2) Translate the node by a given amount with a step size.
3) Follow a path, translating and rotating the note at certain points.

I noticed that it is possible to create custom animators in C++, but haven't seen any examples for how to do this in C#.

Anybody got any ideas?

Thanks

Gibbo
Locked