clone method
Returns a new fog instance with the same parameters as this one.
Implementation
Fog clone() {
return Fog(color.getHex(), near, far);
}
Returns a new fog instance with the same parameters as this one.
Fog clone() {
return Fog(color.getHex(), near, far);
}