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 f4a8024 commit 78a54cfCopy full SHA for 78a54cf
1 file changed
src/shader-chunks/shaders/gbuffer-roughness-physical.frag
@@ -1,5 +1,6 @@
1
#ifdef out_ORM
2
3
+ // This code is used in <lights_physical_fragment> which applies anti-aliasing to the roughness factor.
4
out_ORM.y = material.roughness;
5
6
#endif
0 commit comments