implemented actor representation methods in viz3d

This commit is contained in:
ozantonkal
2013-08-24 11:58:32 +02:00
committed by Ozan Tonkal
parent cf36b8f817
commit 4f416352e1
4 changed files with 26 additions and 25 deletions

View File

@@ -57,6 +57,10 @@ namespace cv
void setRenderingProperty(int property, double value, const String &id);
double getRenderingProperty(int property, const String &id);
void setRepresentationToSurface();
void setRepresentationToWireframe();
void setRepresentationToPoints();
private:
struct VizImpl;