mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Export: for min polygon cluster size, added option -1 to just keep the largest cluster
This commit is contained in:
@@ -247,6 +247,7 @@ public:
|
||||
void setBackfaceCulling(bool enabled, bool frontfaceCulling);
|
||||
void setRenderingRate(double rate);
|
||||
void setLighting(bool on);
|
||||
void setShading(bool on);
|
||||
void setEdgeVisibility(bool visible);
|
||||
double getRenderingRate() const;
|
||||
|
||||
@@ -318,6 +319,7 @@ private:
|
||||
QAction * _aSetBackgroundColor;
|
||||
QAction * _aSetRenderingRate;
|
||||
QAction * _aSetLighting;
|
||||
QAction * _aSetFlatShading;
|
||||
QAction * _aSetEdgeVisibility;
|
||||
QAction * _aBackfaceCulling;
|
||||
QMenu * _menu;
|
||||
|
||||
Reference in New Issue
Block a user