提交 94467a2d 编写于 作者: M Mr.doob

Fixed clearcoatRoughness camel case.

上级 631744bd
...@@ -29,7 +29,7 @@ export default /* glsl */` ...@@ -29,7 +29,7 @@ export default /* glsl */`
#ifdef CLEARCOAT #ifdef CLEARCOAT
clearcoatRadiance += getLightProbeIndirectRadiance( /*specularLightProbe,*/ geometry.viewDir, geometry.clearcoatNormal, material.clearCoatRoughness, maxMipLevel ); clearcoatRadiance += getLightProbeIndirectRadiance( /*specularLightProbe,*/ geometry.viewDir, geometry.clearcoatNormal, material.clearcoatRoughness, maxMipLevel );
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册