https://github.com/siimer/unity-atmospheric-scattering
A project where I try to implement realistic atmospheric scattering.
https://github.com/siimer/unity-atmospheric-scattering
atmosphere atmospheric-scattering lighting physics-simulation unity
Last synced: 7 months ago
JSON representation
A project where I try to implement realistic atmospheric scattering.
- Host: GitHub
- URL: https://github.com/siimer/unity-atmospheric-scattering
- Owner: SiiMeR
- License: mit
- Created: 2018-06-02T10:00:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T16:02:11.000Z (over 7 years ago)
- Last Synced: 2025-01-08T19:15:44.326Z (9 months ago)
- Topics: atmosphere, atmospheric-scattering, lighting, physics-simulation, unity
- Language: C#
- Homepage:
- Size: 18.7 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atmospheric Scattering
An implementation of atmospheric scattering. It will be based on the new HD rendering pipeline in Unity 2018, so it will probably will not be backwards compatible with earlier versions. In addition to implementing atmospheric scattering, I will also try to use newer features and tools in Unity I haven't used yet (like the Shader Graph, Compute Shaders, Scriptable Rendering Pipeline).
The sources used in this project are also mentioned in the wiki.