Tweak fog params
This commit is contained in:
parent
c4ca8b9a04
commit
31c86644a7
3 changed files with 15 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue