Loading src/TrackingNetworkManager.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,10 @@ void TrackingNetworkManager::setup(ofxGui &gui){ panel->add<ofxGuiIntInputField>(mServerID.set("ServerID", 0, 0, 10)); panel->loadFromFile("broadcast.xml"); // This parameter should be settable only from the calibration tool bool visible = false; panel->setVisible(visible); } Loading Loading
src/TrackingNetworkManager.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,10 @@ void TrackingNetworkManager::setup(ofxGui &gui){ panel->add<ofxGuiIntInputField>(mServerID.set("ServerID", 0, 0, 10)); panel->loadFromFile("broadcast.xml"); // This parameter should be settable only from the calibration tool bool visible = false; panel->setVisible(visible); } Loading