Rolbacked RigGeometry with the hackyfix (I just add the compute boundcallback in the copy consturctor)
Modified headers of RigTransforms to comply with osg metamodel
This commit is contained in:
committed by
Robert Osfield
parent
4c149bd2e7
commit
c8a7ce4e52
@@ -15,14 +15,14 @@
|
||||
#ifndef OSGANIMATION_RIGTRANSFORM
|
||||
#define OSGANIMATION_RIGTRANSFORM 1
|
||||
|
||||
#include <osg/Referenced>
|
||||
#include <osg/Object>
|
||||
|
||||
namespace osgAnimation
|
||||
{
|
||||
|
||||
class RigGeometry;
|
||||
|
||||
class RigTransform : public osg::Referenced
|
||||
class RigTransform : public osg::Object
|
||||
{
|
||||
public:
|
||||
RigTransform() {}
|
||||
|
||||
Reference in New Issue
Block a user