Loading src/ofApp.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -477,9 +477,11 @@ void ofApp::keyPressed(int key){ case ' ': break; #ifdef BLOB case 'p': bDisplayBlobTrackerVision = !bDisplayBlobTrackerVision; break; #endif case 'v': bShowVisuals = !bShowVisuals; Loading src/ofApp.h +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ public: void drawPreview(); #ifdef BLOB bool bPreviewPointCloud = false; bool bDisplayBlobTrackerVision = false; void drawCapturePointCloud(bool mask); #endif Loading Loading
src/ofApp.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -477,9 +477,11 @@ void ofApp::keyPressed(int key){ case ' ': break; #ifdef BLOB case 'p': bDisplayBlobTrackerVision = !bDisplayBlobTrackerVision; break; #endif case 'v': bShowVisuals = !bShowVisuals; Loading
src/ofApp.h +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ public: void drawPreview(); #ifdef BLOB bool bPreviewPointCloud = false; bool bDisplayBlobTrackerVision = false; void drawCapturePointCloud(bool mask); #endif Loading