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 4de7304 commit 3e12fa3Copy full SHA for 3e12fa3
src/graphics/program-lib/chunks/envBrdfNone.frag
@@ -1,3 +1,3 @@
1
vec3 envBrdf(vec3 f0, float glossiness, vec3 normal) {
2
- return f0;
+ return vec3(1);
3
}
0 commit comments