|
@@ -18,7 +18,7 @@ bool headless = false; |
|
|
std::string token; |
|
|
std::string token; |
|
|
math::Vec windowSize; |
|
|
math::Vec windowSize; |
|
|
math::Vec windowPos; |
|
|
math::Vec windowPos; |
|
|
float zoom = 1.0; |
|
|
|
|
|
|
|
|
float zoom = 0.0; |
|
|
bool invertZoom = false; |
|
|
bool invertZoom = false; |
|
|
float cableOpacity = 0.5; |
|
|
float cableOpacity = 0.5; |
|
|
float cableTension = 0.5; |
|
|
float cableTension = 0.5; |
|
|