Closed mrxz closed 1 year ago
The custom sky shaders for the gradient and atmosphere sky types can exhibit very noticeable banding. TRHEE.js has shader chunks that perform dithering to reduce this. This PR introduces the dithering in both shaders:
gradient
atmosphere
Thanks so much for the patience. This is awesome work
The custom sky shaders for the
gradient
andatmosphere
sky types can exhibit very noticeable banding. TRHEE.js has shader chunks that perform dithering to reduce this. This PR introduces the dithering in both shaders: