Working with Fog
Exponential Fog
- ExponentialFog extends the Fog class
- Thickness increases exponentially with distance
- Use exponential fog to create thick, realistic fog
- Vary fog density to control thickness
- fog = e(-density * distance)
- color = fog * shapeColor + (1-fog) * fogColor