From 385dd0dcf8fd003db604355341b00baa1fe1c1a0 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 18 Mar 2018 16:24:50 +0100 Subject: Add option to skip short orbits. Add option to print debug output. --- BuddhaTest/include/Helpers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BuddhaTest/include/Helpers.h') 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[]); -- cgit v1.2.3