Mugen87 6 роки тому
батько
коміт
f6acb549c7
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      src/helpers/GridHelper.js

+ 3 - 0
src/helpers/GridHelper.js

@@ -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;
 
 	},