| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix smooth_min | yum | 2024-12-10 |
| | | | | | | | | | | | The old smooth_min(x, k) had the properties smooth_min(1, k) = k smooth_min(inf, k) = 1 Now it's smooth_min(x, k, j) with the properties smooth_min(1, k, j) = k smooth_min(inf, k, j) = j | ||
| * | Add ACES filmic toggle to main shader | yum | 2024-11-18 |
| | | |||
| * | Refactor tonemapping curves into their own headers | yum | 2024-11-18 |
| Also add iq's "almost identity" curve. | |||
