提交 8e37f555 编写于 作者: E Emmett Lalish

fixed clearcoat typo

上级 851c4626
......@@ -22,7 +22,7 @@ material.specularRoughness = min( material.specularRoughness, 1.0 );
#ifdef CLEARCOAT
material.clearcoat = saturate( clearcoat ); // Burley clearcoat model
material.clearcoatRoughness = max( roughnessFactor, 0.0525 );
material.clearcoatRoughness = max( clearcoatRoughness, 0.0525 );
material.clearcoatRoughness += geometryRoughness;
material.clearcoatRoughness = min( material.clearcoatRoughness, 1.0 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册