From Cedric Pinson, remove unsused method in Bone class\nadd namespace osgAnimation for Timeline constructors\nadd OSGANIMATION_EXPORT on VertexInfluence and Timeline class

This commit is contained in:
Cedric Pinson
2009-04-10 15:30:02 +00:00
parent 5d512b44c9
commit bc39983030
4 changed files with 4 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
using namespace osgAnimation;
Timeline::Timeline()
osgAnimation::Timeline::Timeline()
{
_lastUpdate = 0;
_currentFrame = 0;
@@ -32,7 +32,7 @@ Timeline::Timeline()
setName("Timeline");
}
Timeline::Timeline(const Timeline& nc,const osg::CopyOp& op) : osg::Object(nc, op),
osgAnimation::Timeline::Timeline(const Timeline& nc,const osg::CopyOp& op) : osg::Object(nc, op),
_actions(nc._actions)
{
_lastUpdate = 0;