Skip to content
Snippets Groups Projects
Commit c2fef4b5 authored by David Parks's avatar David Parks
Browse files

SL-19015 Boost brightness of irradiance maps.

parent 7067a958
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -212,7 +212,7 @@ vec4 filterColor(vec3 N)
color /= float(u_sampleCount);
}
return color;
return min(color*1.9, vec4(1));
}
// entry point
......
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