mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
CloudViewer: added getColor(id) and setColor(id) to change color of an actor
This commit is contained in:
@@ -309,6 +309,8 @@ public:
|
||||
const QColor & getBackgroundColor() const;
|
||||
Transform getTargetPose() const;
|
||||
std::string getIdByActor(vtkProp * actor) const;
|
||||
QColor getColor(const std::string & id);
|
||||
void setColor(const std::string & id, const QColor & color);
|
||||
|
||||
void setBackfaceCulling(bool enabled, bool frontfaceCulling);
|
||||
void setPolygonPicking(bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user