Hi,

Platform : 
osg 3.2.1 vs2010 x86 (built from trunk)
FBX SDK 2014.1

Model File:
I have a .fbx model with multiple animations defined in ("Take 001", "Take 002" 
... "Take 009"). Model file was created with Motion Builder 2014. 

I can get the animation list with a custom osg::NodeVisitor. I can cast the 
osgAnimation::BasicAnimationManager from the node's updateCallback.

Issue :
When i call 
Code:
basicAnimationManager->playAnimation(animationTake001);


it plays from the beggining of "Take 001" to the very end of "Take 009".

When i call 
Code:
basicAnimationManager->playAnimation(animationTake003);


it plays from the beggining of "Take 001" to the very end of "Take 009" again.

Any idea?

Thank you!

Cheers,
Sevket

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=59681#59681





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to