提交 62732acc 编写于 作者: W WestLangley

Add missing reflectivity uniform update

上级 c0a34483
......@@ -2214,11 +2214,13 @@ function WebGLRenderer( parameters ) {
function refreshUniformsPhysical( uniforms, material ) {
refreshUniformsStandard( uniforms, material );
uniforms.reflectivity.value = material.reflectivity; // also part of uniforms common
uniforms.clearCoat.value = material.clearCoat;
uniforms.clearCoatRoughness.value = material.clearCoatRoughness;
refreshUniformsStandard( uniforms, material );
}
function refreshUniformsDepth( uniforms, material ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册