We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849511e commit ccec8f3Copy full SHA for ccec8f3
src/ShapeDisplayManagers/TransformIOManager.hpp
@@ -49,7 +49,7 @@ class TransformIOManager : public SerialShapeIOManager {
49
float m_Transform_H = 26; //inches
50
51
// 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};
+ std::vector<float> m_activeZoneXstarts = {10, 43.75, 77};
53
54
std::vector<ofRectangle> createSections( float pixelsPerInch );
55
ofPixels cropToActiveSurface(ofPixels fullSurface);
0 commit comments