This repository has been archived on 2025-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Net.Like.Xue.Tokyo/Assets/ARTnGAME/Lumina/Scripts/URP Volumetric Shafts/README.md

52 lines
2.0 KiB
Markdown
Raw Normal View History

2025-02-26 15:34:59 +08:00
# URP Volumetric Lighting
![Volumetric Light Scattering](./Pictures~/VolumetricLightScattering.png)
This package's goal is to provide full volumetric solution for the Universal Render Pipeline. Currently, it only supports *Volumetric Light Scattering* for directional light.
- [URP Volumetric Lighting](#urp-volumetric-lighting)
- [Plan](#plan)
- [Installation](#installation)
- [Support the project!](#support-the-project)
- [Join the community!](#join-the-community)
- [License](#license)
- [References](#references)
## Plan
- [x] Volumetric light scattering for directional light.
- [ ] Volumetric fog for spot lights and point lights.
## Installation
1. Clone this repository into your project's `Packages` folder.
2. And you are ready to go!
## Support the project!
<a href="https://www.patreon.com/voxelltech" target="_blank">
<img src="https://teaprincesschronicles.files.wordpress.com/2020/03/support-me-on-patreon.png" alt="patreon" width="200px" height="56px"/>
</a>
<a href ="https://ko-fi.com/voxelltech" target="_blank">
<img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4cf61eceb26012821_SupportMe_red.png" alt="kofi" width="200px" height="40px"/>
</a>
## Join the community!
<a href ="https://discord.gg/WDBnuNH" target="_blank">
<img src="https://gist.githubusercontent.com/nixon-voxell/e7ba303906080ffdf65b106f684801b5/raw/65b0338d5f4e82f700d3c9f14ec9fc62f3fd278e/JoinVXDiscord.svg" alt="discord" width="200px" height="200px"/>
</a>
## License
This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.
See [license file](./LICENSE) for details.
## References
- [Volumetric Light Scattering as a Post-Process](https://developer.nvidia.com/gpugems/gpugems3/part-ii-light-and-shadows/chapter-13-volumetric-light-scattering-post-process)
- [Volumetric Light Scattering as a Custom Renderer Feature in URP](https://www.raywenderlich.com/22027819-volumetric-light-scattering-as-a-custom-renderer-feature-in-urp)