Hello
How to start the animation from the specific frame?
I tried next:
assimpAnimationController.StopAnimation();
assimpAnimationController.GoToFrame(frame);
assimpAnimationController.StartAnimation();
// animation starts from first frame
But it always animates from the first frame
Pause/Resume also doesn't work as I wish
Thanks
How to start the animation from the specific frame?
I tried next:
assimpAnimationController.StopAnimation();
assimpAnimationController.GoToFrame(frame);
assimpAnimationController.StartAnimation();
// animation starts from first frame
But it always animates from the first frame
Pause/Resume also doesn't work as I wish
Thanks