readd virtual void transformSoftwareMethod() for retrocompatibity
This commit is contained in:
parent
ca224c81dd
commit
ed04e2735e
@ -143,6 +143,8 @@ namespace osgAnimation
|
|||||||
inline void dirty(bool b=true) { _dirty = b; }
|
inline void dirty(bool b=true) { _dirty = b; }
|
||||||
inline bool isDirty()const { return _dirty; }
|
inline bool isDirty()const { return _dirty; }
|
||||||
|
|
||||||
|
/** for retrocompatibility */
|
||||||
|
virtual void transformSoftwareMethod(){ if (!_rigTransformImplementation.valid()_rigTransformImplementation = new MorphTransformSoftware();_rigTransformImplementation(*this);}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
osg::ref_ptr<MorphTransform> _rigTransformImplementation;
|
osg::ref_ptr<MorphTransform> _rigTransformImplementation;
|
||||||
|
Loading…
Reference in New Issue
Block a user