Skip to content

Commit

Permalink
Configurable AO shader intensity tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcope committed Nov 30, 2023
1 parent 83b2e4c commit 9f8bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client/shaders/uberPBRShader.frag
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void main() {
float ambientOcclusion2 = ambientOcclusion * ambientOcclusion;
reflectedLight.directDiffuse *= ambientOcclusion2;
reflectedLight.directSpecular *= ambientOcclusion;
reflectedLight.indirectDiffuse *= ambientOcclusion;
//reflectedLight.indirectDiffuse *= ambientOcclusion;

#if defined( USE_CLEARCOAT )
clearcoatSpecularIndirect *= ambientOcclusion;
Expand Down

0 comments on commit 9f8bebf

Please sign in to comment.