We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055cc35 commit 500d873Copy full SHA for 500d873
files/shaders/compatibility/objects.frag
@@ -222,7 +222,6 @@ vec2 screenCoords = gl_FragCoord.xy / screenRes;
222
vec3 lighting, specular;
223
#if !PER_PIXEL_LIGHTING
224
lighting = passDiffuseLighting * diffuseColor.xyz + passLighting;
225
- clampLightingResult(lighting);
226
lighting += shadowDiffuseLighting * diffuseColor.xyz * shadowing;
227
specular = passSpecular + shadowSpecularLighting * shadowing;
228
#else
0 commit comments