Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
-
Browse files Browse the repository at this point in the history
McbeEringi committed Nov 25, 2020
1 parent 8ba8022 commit 86f6c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESBE_2G/shaders/hlsl/terrain.fsh.hlsl
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ daylight.x *= weather;
float sunlight = smoothstep(0.865,0.875,PSInput.uv1.y);
float indoor = smoothstep(1.0,0.5,PSInput.uv1.y);
float dusk = min(smoothstep(0.4,0.55,daylight.y),smoothstep(0.8,0.65,daylight.y));
float uw = step(FOG_COLOR.a,0.);
float uw = step(FOG_CONTROL.x,0.);
float nether = FOG_CONTROL.x/FOG_CONTROL.y;nether=step(.1,nether)-step(.12,nether);

//ESBE_tonemap see http://filmicworlds.com/blog/filmic-tonemapping-operators/

0 comments on commit 86f6c2f

Please sign in to comment.