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

@@ -52,7 +52,7 @@ namespace osgAnimation
// this class manage VertexInfluence database by mesh
// reference bones per vertex ...
class VertexInfluenceSet
class OSGANIMATION_EXPORT VertexInfluenceSet
{
public:
typedef std::vector<VertexInfluence> BoneToVertexList;