[RESOLVED] Ground Fog

I’ve started experimenting with ground fog in Corona and finding the process of establishing a proper shape and density of the fog very cumbersome. I would very much appreciate some feedback about how to improve the quality and realism of ground fog.

To be sure, I have already downloaded and studied the example scene which can be found here

test_fog2.7z (48.3 KB)

https://www.the-boundary.com/blog/low-tech-low-fog

Maybe this tutorial that I wrote some times ago might be helpful: https://www.stateofartacademy.com/en/corona-renderer-tutorial-volumetric-fog/

Cheers

The boundary article seems to be taking the same approach as is described in the Corona Official tutorial on clouds, i.e. model the cloud shape and then apply a volume material, as opposed to applying a volume material to a geometric primitive and then generating the fog shape through a shader.

Giona4, this is exactly what I was looking for, thank you so much! I prefer this approach, which is consistent with the latter description I provided above: primitive geometry + control fog shape through shader. Great step-by-step description by the way, thanks again +1

I’m glad it helped!
Have fun :wink:

Or combine both approaches of course - bigger cloud features through geometry, with some additional variation added through the Inside Volume mode using maps :smiley:

Spot on.

I often use a combination of various volumetrics - environmental fog for distance, geometry for ground fog or around lighting features - some with noise maps, some with Corona Distance maps to control, some all of the above. I’d suggest getting familiar with all of them methods and then you’ve got all the tools available to you!