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