Tweak fog params
This commit is contained in:
parent
c0f41045da
commit
496eabcb27
2 changed files with 11 additions and 12 deletions
|
@ -5,9 +5,9 @@ const INV_SQRT_3 = 0.57735026918962576451; // 1 / sqrt(3)
|
|||
// total = (2n + 1)^2
|
||||
const SHADOW_SAMPLES = 2;
|
||||
const INV_SHADOW_SAMPLES = 1.0 / 25.0;
|
||||
const FOG_MAX_STEPS = 20;
|
||||
const FOG_MAX_DIST = 300.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_DIST = 10.0;
|
||||
const FOG_BLEND_STEPS = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue