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

MeshStandardMaterial: Changed roughness and metalness default values.

上级 81abc28d
......@@ -64,8 +64,8 @@ function MeshStandardMaterial( parameters ) {
this.type = 'MeshStandardMaterial';
this.color = new Color( 0xffffff ); // diffuse
this.roughness = 0.5;
this.metalness = 0.5;
this.roughness = 1.0;
this.metalness = 0.0;
this.map = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册