未验证 提交 a6f25bce 编写于 作者: W WestLangley 提交者: GitHub

Remove duplicate transmission property (#22464)

上级 f35ebb7d
......@@ -72,7 +72,6 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
this.sheenTint = new Color( 0x000000 );
this.sheenRoughness = 1.0;
this.transmission = 0.0;
this.transmissionMap = null;
this.thickness = 0.01;
......@@ -88,7 +87,6 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
this._clearcoat = 0;
this._transmission = 0;
this.setValues( parameters );
}
......@@ -129,7 +127,6 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
}
copy( source ) {
super.copy( source );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册