22 #ifndef _MESHSHAPE_HH_
23 #define _MESHSHAPE_HH_
53 public:
virtual void Init();
77 public:
void SetMesh(const std::
string &_uri,
78 const std::
string &_submesh = "",
79 bool _center = false);
84 public:
void SetScale(const math::Vector3 &_scale);
89 public:
void FillMsg(msgs::Geometry &_msg);
93 public: virtual
void ProcessMsg(const msgs::Geometry &_msg);
96 protected: const common::Mesh *
mesh;