clone method

Fog clone()

Returns a new fog instance with the same parameters as this one.

Implementation

Fog clone() {
  return Fog(color.getHex(), near, far);
}