Tweak fog params

This commit is contained in:
Lauri Räsänen 2023-11-10 20:42:02 +02:00
parent c4ca8b9a04
commit 31c86644a7
3 changed files with 15 additions and 8 deletions

View file

@ -7,7 +7,6 @@ const SHADOW_SAMPLES = 2;
const INV_SHADOW_SAMPLES = 1.0 / 25.0;
const FOG_MAX_STEPS = 30;
const FOG_STEP_SIZE = 5.0;
const FOG_SCALE = 0.01;
const FOG_DENSITY = 2.0;
const FOG_ALPHA = 1.0;
const FOG_BLEND_STEPS = 4;