diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
