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