@override Line copy(Object3D source, [bool? recursive]) { super.copy(source); material = source.material; geometry = source.geometry; return this; }