SpartanEngine icon indicating copy to clipboard operation
SpartanEngine copied to clipboard

Add clouds

Open PanosK92 opened this issue 7 months ago • 0 comments

Atmospheric scattering is there, but there is an obvious missing piece, clouds.

There are multiple ways to go about rendering clouds but I think one of the most common ways is using algorithms like Simplex.

They don't have to be volumetric, they can simply be cloud like shapes generated from the atmospheric scattering shader: https://github.com/PanosK92/SpartanEngine/blob/master/data/shaders/atmospheric_scattering.hlsl

PanosK92 avatar Nov 21 '23 16:11 PanosK92