set/get/updateWidgetPose implemented, cloudNormals with color

This commit is contained in:
ozantonkal
2013-07-08 18:56:13 +02:00
parent e76023be96
commit 658e4c5e97
7 changed files with 102 additions and 9 deletions

View File

@@ -202,6 +202,10 @@ public:
void showWidget(const String &id, const Widget &widget, const Affine3f &pose = Affine3f::Identity());
bool removeWidget(const String &id);
bool setWidgetPose(const String &id, const Affine3f &pose);
bool updateWidgetPose(const String &id, const Affine3f &pose);
Affine3f getWidgetPose(const String &id) const;
void all_data();
private: