Commit d22c1642 authored by Pierre Bürki's avatar Pierre Bürki
Browse files

Disable visual output by default

parent e5cfd93c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -169,8 +169,6 @@ void ofApp::setup(){
	nuitracker->run();
#endif
    
	bPreviewPointCloud = false;
    
	ofLog(OF_LOG_NOTICE) << "MainAPP: setting up networking...";
	networkMng.setup(gui);

+2 −2
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public:
	ofTrueTypeFont  monosm;
	vector<ofPoint> stroke;

    bool bShowVisuals = true;
    bool bShowVisuals = false;

    //////////////////
    //    NETWORK   //
@@ -130,7 +130,7 @@ public:

    bool dispRaw;

    bool bPreviewPointCloud;
    bool bPreviewPointCloud = false;
        
    CaptureMeshArray capMesh;