aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-19 03:46:23 +0000
committernathan <nathansmith@disroot.org>2025-10-19 03:46:23 +0000
commit31bb686081b9c1c176ce46565a55e4f4a7f91a3c (patch)
tree8d92bccfc13bc1ed322fd71c54ba97047ce36f15 /src/settings.h
parentb51304d57fcd2a9e05d505b283cf9ad9176f6588 (diff)
downloadFindThings-31bb686081b9c1c176ce46565a55e4f4a7f91a3c.tar.gz
FindThings-31bb686081b9c1c176ce46565a55e4f4a7f91a3c.tar.bz2
FindThings-31bb686081b9c1c176ce46565a55e4f4a7f91a3c.zip
Settings for the postprocessing effects
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 9bab9aa..711d7bd 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -12,6 +12,15 @@ typedef struct {
int screenWidth;
int screenHeight;
+ // Edge detection.
+ float edgeDetectionWidth;
+ float edgeDetectionHeight;
+ float edgeDetectionFactor;
+
+ // Color
+ float gamma;
+ float colorCount;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;