From 31bb686081b9c1c176ce46565a55e4f4a7f91a3c Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Oct 2025 21:46:23 -0600 Subject: Settings for the postprocessing effects --- src/settings.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/settings.h') 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; -- cgit v1.2.3