ebruneton / precomputed_atmospheric_scattering

This project provides a new implementation of our EGSR 2008 paper "Precomputed Atmospheric Scattering".
BSD 3-Clause "New" or "Revised" License
908 stars 120 forks source link

Influence of ozone #34

Closed mdkdy closed 4 years ago

mdkdy commented 4 years ago

Here is effect of ozone in current implementation. On the left - enabled with default Dobson unit as in demo, 4 scattering orders and same Rayleigh scattering factor. On the left disabled. Gamma is enhanced a little. ozone Here is comparison in Terragen 4. ozone2 The right sides are similar. But I wonder about the ozone sides which differ - it gets more violet in current implementation than deep bluish as seen in Terragen or some real sky observation. I tried to regulate it by changing the Dobson unit but it seems to abruptly change from right to left colors. Can this be enhanced somewhat without increasing number of scattering orders much? Thank you.

mdkdy commented 4 years ago

I just noticed my monitor low temperature setting which cuts off blue tints is exaggerating this a little :) Those are sublime things.

ebruneton commented 4 years ago

Doing the precomputations with more than 3 wavelengths gives better results. This corresponds to the PRECOMPUTED option in the demo. On the left is the result with the NONE option, on the right with the PRECOMPUTED option:

img

mdkdy commented 4 years ago

Thanks. I totally forgot about this option. I was using "APPROXIMATE" all the time. This indeed gives great results - especially with high Dobson unit and high kRayleigh. oz1