]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGScaleTransform.hxx
Add preliminary spot light animation
[simgear.git] / simgear / scene / model / SGScaleTransform.hxx
index 03b1c8a008055c919aa46b1de13c93cb10b63091..3e69aed15c39ad97478dd31a35a66e1ffb7e9fcc 100644 (file)
 class SGScaleTransform : public osg::Transform {
 public:
   SGScaleTransform();
+  SGScaleTransform(const SGScaleTransform&,
+                   const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
+
+  META_Node(simgear, SGScaleTransform);
 
   void setCenter(const SGVec3f& center)
   { setCenter(toVec3d(center)); }