mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CloudViewer: added some getters
This commit is contained in:
@@ -319,6 +319,13 @@ public:
|
||||
void setShading(bool on);
|
||||
void setEdgeVisibility(bool visible);
|
||||
void setInteractorLayer(int layer);
|
||||
|
||||
bool isBackfaceCulling() const;
|
||||
bool isFrontfaceCulling() const;
|
||||
bool isPolygonPicking() const;
|
||||
bool isLightingOn() const;
|
||||
bool isShadingOn() const;
|
||||
bool isEdgeVisible() const;
|
||||
double getRenderingRate() const;
|
||||
|
||||
void getCameraPosition(
|
||||
|
||||
Reference in New Issue
Block a user