#1
|
|||
|
|||
Animations and OSGB
I have this 3D model I've animated in 3D max and applied the OSG Sequence to save its animation.
My problem is how can I better handle its animation status? I'm using setAnimationTime(0) to have the animation at its frame 0, but it appears it automatically plays when I do that. I'm also using setAnimationState(-1) to have it stopped, but only works when its playing, and using getAnimationState() to detect that its not always reliable. You can find in the URL bellow a very simple source example of this behavior. What I want is to animate a model with a animation path followed by its internal animation, but being able to stop this and reset the model at any time. https://www.dropbox.com/s/nhr575byylywks5/o_milk.zip |
#2
|
|||
|
|||
What I expected from vizard was the ability to:
- play the animation from start, whatever the current state is - stop the animation to frame 0, whatever the current state is Even doing this: Quote:
Last edited by fabioped; 05-12-2014 at 04:58 AM. |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Animations and OSGB | fabioped | Vizard | 0 | 01-29-2014 08:07 AM |