clone method

Makes a copy of this model.

Implementation

@override
FastSphere3D clone() {
  return FastSphere3D(radius, position, color: color);
}