setDesiredUpdateRate implementation in Viz3d

This commit is contained in:
ozantonkal
2013-08-25 12:24:59 +02:00
committed by Ozan Tonkal
parent ed0162ad0b
commit 3038ffb886
4 changed files with 130 additions and 103 deletions

View File

@@ -60,6 +60,9 @@ namespace cv
void setRenderingProperty(int property, double value, const String &id);
double getRenderingProperty(int property, const String &id);
void setDesiredUpdateRate(double time);
double getDesiredUpdateRate();
void setRepresentationToSurface();
void setRepresentationToWireframe();
void setRepresentationToPoints();