Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-20 | Add MIT licenseHEADmaster | Adrian Kummerlaender | |
2020-01-20 | Extract OpenCL setup into Renderer | Adrian Kummerlaender | |
2020-01-19 | Add README and some preview pictures | Adrian Kummerlaender | |
2020-01-11 | Add time to fancy plot output | Adrian Kummerlaender | |
2020-01-11 | Mark exaxt sun direction in fancy fisheye plot | Adrian Kummerlaender | |
2020-01-11 | Fix west / east order | Adrian Kummerlaender | |
2020-01-11 | Add version of local fisheye sunrise with fancy plotting | Adrian Kummerlaender | |
2020-01-11 | Fix noon-dependent sun direction sign conversion | Adrian Kummerlaender | |
2020-01-11 | Implement basic fish eye view | Adrian Kummerlaender | |
2020-01-10 | Implement model for local sun direction | Adrian Kummerlaender | |
`local_sunrise.py` renders the sky for a given time and place on earth. | |||
2020-01-09 | Calculate Rayleigh coefficients using Nishita and Hillaire | Adrian Kummerlaender | |
i.e. plugging the values for n and N given in [1, Sec. 3.3] into eqs. (1) resp. (3) given by [2]. [1]: Hillaire. “Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite” [2]: Nishita et. al. “Display of the Earth Taking into Account Atmospheric Scattering” | |||
2020-01-09 | Fix exposure value in bluedot example | Adrian Kummerlaender | |
2020-01-09 | Replace subscripted vector access | Adrian Kummerlaender | |
Supported by Intel OpenCL but not by Nvidia | |||
2020-01-08 | Fix Rayleigh and Mie phase functions | Adrian Kummerlaender | |
2020-01-03 | Improve structure, play around with phase functions | Adrian Kummerlaender | |
2019-12-19 | Basic sky rendering using the model by Nishita et al. | Adrian Kummerlaender | |
See "Display of the earth taking into account atmospheric scattering" (Nishita et al., 1993) `bluedot.py` renders the full earth disk while rotating the sun around it. `sunrise.py` renders the rise of the sun. Physical model constants may be changed in `planets.py`. |