Skip to content

Commit

Permalink
update measurements
Browse files Browse the repository at this point in the history
so that they work well with the kinect inputs.
  • Loading branch information
jdub committed Apr 28, 2024
1 parent 849511e commit ccec8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShapeDisplayManagers/TransformIOManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class TransformIOManager : public SerialShapeIOManager {
float m_Transform_H = 26; //inches

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

std::vector<ofRectangle> createSections( float pixelsPerInch );
ofPixels cropToActiveSurface(ofPixels fullSurface);
Expand Down

0 comments on commit ccec8f3

Please sign in to comment.