Skip to content
Snippets Groups Projects
Commit 8d30b644 authored by Graham Linden's avatar Graham Linden
Browse files

SL-11195

Adjust ambient clamp up to get closer match to release viewer for existing content.
parent 9f9b9658
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ uniform float sun_moon_glow_factor; ...@@ -44,7 +44,7 @@ uniform float sun_moon_glow_factor;
float getAmbientClamp() float getAmbientClamp()
{ {
return 0.2f; return 0.45f;
} }
void calcAtmosphericVars(vec3 inPositionEye, float ambFactor, out vec3 sunlit, out vec3 amblit, out vec3 additive, out vec3 atten) { void calcAtmosphericVars(vec3 inPositionEye, float ambFactor, out vec3 sunlit, out vec3 amblit, out vec3 additive, out vec3 atten) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment