Animation Controller (MDX)

Started by
1 comment, last by The Frugal Gourmet 16 years, 11 months ago
Is there a way to set the animation controller to a specific time within the animation? If so, how? I would like a way to do so without necessarily needing to start at time '0'. Thanks.
Co-creator of Star Bandits -- a graphical Science Fiction multiplayer online game, in the style of "Trade Wars'.
Advertisement
have you tryied to use AnimationController.SetTrackPosition to set the track to zero?
I remember that you must set trackposition to zero, then use advance position using zero

http://www.notjustcode.it

DirectX tutorial

Hmm... yeah, I tried messing around with SetTrackPosition and -- oddly enough -- it didn't do anything that I could see. I can get the mesh to animate by updating it with delta times, but that's the extent. I can't actually set a particular time for it to go too.

I find nothing in the documentation that explains this either. Maybe there just isn't a way short of writing my own.... ah well.

Co-creator of Star Bandits -- a graphical Science Fiction multiplayer online game, in the style of "Trade Wars'.

This topic is closed to new replies.

Advertisement