]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGTranslateTransform.hxx
Merge branch 'timoore/aptsign' into next
[simgear.git] / simgear / scene / model / SGTranslateTransform.hxx
index e4bd8f1db8cc5db513aa069cdbb30ab13f89b35e..be6ac0a729803ec50d7c77cc6262040946e88e52 100644 (file)
 class SGTranslateTransform : public osg::Transform {
 public:
   SGTranslateTransform();
+  SGTranslateTransform(const SGTranslateTransform&,
+                       const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
 
+  META_Node(simgear, SGTranslateTransform);
+  
   void setAxis(const SGVec3d& axis)
   { _axis = axis; dirtyBound(); }
   const SGVec3d& getAxis() const