提交 f6acb549 编写于 作者: M Mugen87

GridHelper: Fix .copy()

上级 87c09f9d
......@@ -63,6 +63,9 @@ GridHelper.prototype = Object.assign( Object.create( LineSegments.prototype ), {
Object.assign( this.parameters, source.parameters );
this.geometry.copy( source.geometry );
this.material.copy( source.material );
return this;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册