diff --git a/include/osgAnimation/RigTransform b/include/osgAnimation/RigTransform index 184cdae0c..7be592035 100644 --- a/include/osgAnimation/RigTransform +++ b/include/osgAnimation/RigTransform @@ -33,6 +33,10 @@ namespace osgAnimation virtual void operator()(RigGeometry&) {} + /// to call manually when a skeleton is reacheable from the rig + /// in order to prepare technic data before rendering + virtual bool prepareData(RigGeometry&){} + protected: virtual ~RigTransform() {}