set defaut implementation at creation
This commit is contained in:
@@ -145,10 +145,6 @@ namespace osgAnimation
|
||||
}
|
||||
geom->setSkeleton(finder._root.get());
|
||||
|
||||
if(!geom->getRigTransformImplementation())
|
||||
{
|
||||
geom->setRigTransformImplementation(new RigTransformSoftware);
|
||||
}
|
||||
geom->getRigTransformImplementation()->prepareData(*geom);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user