Skip to content

Commit ccec8f3

Browse files
author
jdub
committed
update measurements
so that they work well with the kinect inputs.
1 parent 849511e commit ccec8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShapeDisplayManagers/TransformIOManager.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TransformIOManager : public SerialShapeIOManager {
4949
float m_Transform_H = 26; //inches
5050

5151
// These numbers represent the start points (in inches) of the 3 active zones of the TRANSFORM surface.
52-
std::vector<float> m_activeZoneXstarts = {13.375, 44, 75};
52+
std::vector<float> m_activeZoneXstarts = {10, 43.75, 77};
5353

5454
std::vector<ofRectangle> createSections( float pixelsPerInch );
5555
ofPixels cropToActiveSurface(ofPixels fullSurface);

0 commit comments

Comments
 (0)