Hi,
I created model in 3ds Max 2010 with animation and after exporting it to .ive 
format with OSGExp my animation is looping indefinitely.
Is there any posibility to disable looping animation and play it only once in 
the scene? 

This is part of my source where i'm loading models: 

Code:
osg::ProxyNode* proxynode = new osg::ProxyNode();
osg::PositionAttitudeTransform* pat = new osg::PositionAttitudeTransform();

pat->addChild(proxynode);
arTransform->addChild(pat);

proxynode->setLoadingExternalReferenceMode(osg::ProxyNode::LOAD_IMMEDIATELY);




Thank you! And I'm waiting for support
Cheers

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





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

Reply via email to