Skip to content
Snippets Groups Projects
Commit 8c647142 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Tired noise

parent 6fb27ba4
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -392,7 +392,7 @@ vec3 pbrIbl(vec3 diffuseColor,
out vec3 specContrib)
{
// retrieve a scale and bias to F0. See [1], Figure 3
vec2 brdf = BRDF(clamp(nv, 0, 1), perceptualRough);
vec2 brdf = BRDF(clamp(nv, 0, 1), 1.0-perceptualRough);
vec3 diffuseLight = irradiance;
vec3 specularLight = radiance;
......
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