Skip to content

Commit 3e12fa3

Browse files
committed
fix code phong path that has reflections but no specular
1 parent 4de7304 commit 3e12fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
vec3 envBrdf(vec3 f0, float glossiness, vec3 normal) {
2-
return f0;
2+
return vec3(1);
33
}

0 commit comments

Comments
 (0)