From Michael Platings, I've just added a few simple accessors I found necessary

This commit is contained in:
Cedric Pinson
2009-08-26 16:39:53 +00:00
parent 3c45fb1e6c
commit 729d5205ef
3 changed files with 20 additions and 3 deletions

View File

@@ -34,7 +34,8 @@ namespace osgAnimation
AnimationManagerBase(const AnimationManagerBase& b, const osg::CopyOp& copyop= osg::CopyOp::SHALLOW_COPY);
virtual ~AnimationManagerBase();
virtual void buildTargetReference();
virtual void registerAnimation (Animation* animation);
virtual void registerAnimation (Animation*);
virtual void unregisterAnimation (Animation*);
virtual void link(osg::Node* subgraph);
virtual void update(double t) = 0;
virtual bool needToLink() const;