@override copy(Object3D source, [bool? recursive]) { super.copy(source); LightProbe source1 = source as LightProbe; sh!.copy(source1.sh!); return this; }