2
0
Mugen87 6 жил өмнө
parent
commit
f6acb549c7

+ 3 - 0
src/helpers/GridHelper.js

@@ -63,6 +63,9 @@ GridHelper.prototype = Object.assign( Object.create( LineSegments.prototype ), {
 
 
 		Object.assign( this.parameters, source.parameters );
 		Object.assign( this.parameters, source.parameters );
 
 
+		this.geometry.copy( source.geometry );
+		this.material.copy( source.material );
+
 		return this;
 		return this;
 
 
 	},
 	},