From da39d95d89cf626b8b773380bb0d109c5bc41f18 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Oct 2025 02:57:41 -0600 Subject: Changed things --- src/settings.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 668e615..68cdca7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -12,12 +12,15 @@ typedef struct { int screenWidth; int screenHeight; + // Render. + float fov; + // Edge detection. float edgeDetectionWidth; float edgeDetectionHeight; float edgeDetectionFactor; - // Color + // Color. float gamma; float colorCount; -- cgit v1.2.3