Added support for pausing and restart the property_animation.

This commit is contained in:
Robert Osfield
2012-11-30 15:43:31 +00:00
parent 236e75b2be
commit 6eb3b2f091
3 changed files with 21 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ public:
virtual void operator()(osg::Node* node, osg::NodeVisitor* nv);
virtual void update(osg::Node* node);
virtual void update(osg::Node& node);
protected: