未验证 提交 c3216344 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13613 from Mugen87/dev11

ShaderMaterial: Fixed copy of defines.
......@@ -93,7 +93,7 @@ ShaderMaterial.prototype.copy = function ( source ) {
this.uniforms = UniformsUtils.clone( source.uniforms );
this.defines = source.defines;
this.defines = Object.assign( {}, source.defines );
this.wireframe = source.wireframe;
this.wireframeLinewidth = source.wireframeLinewidth;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册