Uriopass / Egregoria

3D City Builder without a grid
http://douady.paris/blog/
GNU General Public License v3.0
1.48k stars 50 forks source link

Distance fog #102

Closed Uriopass closed 5 months ago

Uriopass commented 10 months ago

Kinda ready but I fear it would destroy lower end gpus

https://github.com/Uriopass/Egregoria/assets/5420739/3f41d180-98ed-4d09-91d2-0dc603fa2113

I need to implement this paper: https://sebh.github.io/publications/egsr2020.pdf

Uriopass commented 5 months ago

Optimized this by rendering it to a much lower res texture and fancy sampling (recalculate fog at edges). No time to implement the atmosphere paper.