Basic fog lighting, refactoring
This commit is contained in:
parent
5a8dec8d02
commit
1c0b9aa63f
10 changed files with 203 additions and 124 deletions
|
@ -9,3 +9,5 @@ const FOG_MAX_STEPS = 20;
|
|||
const FOG_MAX_DIST = 300.0;
|
||||
const FOG_SCALE = 0.01;
|
||||
const FOG_DENSITY = 1.0;
|
||||
const FOG_ALPHA = 1.0;
|
||||
const FOG_BLEND_DIST = 10.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue