https://github.com/jasonjmcghee/rio-rc-shader
Add global illumination to rio
https://github.com/jasonjmcghee/rio-rc-shader
Last synced: 3 months ago
JSON representation
Add global illumination to rio
- Host: GitHub
- URL: https://github.com/jasonjmcghee/rio-rc-shader
- Owner: jasonjmcghee
- License: mit
- Created: 2024-11-14T16:22:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T16:39:57.000Z (7 months ago)
- Last Synced: 2025-01-21T03:22:44.706Z (5 months ago)
- Size: 34.2 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Global Illumination for [rio](https://github.com/raphamorim/rio)
Add:
```toml
[renderer]
filters = [
"/path/to/rc/rc.slangp"
]
```And replace the `/path/to` with the path to it.
- Ensure `opacity` is less than 0.99 for the editor.
- To enable sky radiance (white look) modify `rc5.slang` to have `ENABLE_SUN = true`
- To improve performance, set `BILINEAR_FIX_ENABLED = false` in all rc[0-5].slang files.from a code perspective, these are wildly ugly shaders and i'm sorry.

# Videos
https://github.com/user-attachments/assets/d38916a2-1652-4280-a5c4-587d62e8cd91
https://github.com/user-attachments/assets/6bbbff94-c996-4004-a860-e64a1429a104
https://github.com/user-attachments/assets/48f2a19d-6e37-420c-be98-016daeb96572