|
@@ -389,9 +389,13 @@ LineMaterial.prototype.copy = function ( source ) {
|
|
|
|
|
|
this.linewidth = source.linewidth;
|
|
|
|
|
|
- this.resolution = source.resolution;
|
|
|
+ this.dashScale = source.dashScale;
|
|
|
+
|
|
|
+ this.dashSize = source.dashSize;
|
|
|
|
|
|
- // todo
|
|
|
+ this.gapSize = source.gapSize;
|
|
|
+
|
|
|
+ this.resolution = source.resolution;
|
|
|
|
|
|
return this;
|
|
|
|