CloudViewer: added some getters

This commit is contained in:
matlabbe
2018-10-30 17:42:43 -04:00
parent 69f3116158
commit bb4164a05d
2 changed files with 31 additions and 0 deletions

View File

@@ -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(