diff options
author | Andreas Grois <andi@grois.info> | 2018-03-18 16:24:50 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-18 16:24:50 +0100 |
commit | 385dd0dcf8fd003db604355341b00baa1fe1c1a0 (patch) | |
tree | 865d70f26341a019df54cf7492a5fb943eac3325 /BuddhaTest/include/Helpers.h | |
parent | f3f67518d7eb74c868b523851ec482cd2177c3ce (diff) |
Add option to skip short orbits. Add option to print debug output.
Diffstat (limited to 'BuddhaTest/include/Helpers.h')
-rw-r--r-- | BuddhaTest/include/Helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BuddhaTest/include/Helpers.h b/BuddhaTest/include/Helpers.h index d89c97e..b4954c0 100644 --- a/BuddhaTest/include/Helpers.h +++ b/BuddhaTest/include/Helpers.h @@ -34,6 +34,7 @@ namespace Helpers unsigned int windowWidth = 1024; unsigned int windowHeight = 576; + unsigned int orbitLengthSkip = 0; unsigned int orbitLengthRed = 10; unsigned int orbitLengthGreen = 100; unsigned int orbitLengthBlue = 1000; @@ -53,6 +54,7 @@ namespace Helpers double pngColorScale = 2.0; unsigned int ignoreMaxBufferSize = 0; + unsigned int printDebugOutput = 0; bool CheckValidity(); bool ParseCommandLine(int argc, char * argv[]); |