summaryrefslogtreecommitdiffstats
path: root/tone.cginc
Commit message (Collapse)AuthorAge
* Fix smooth_minyum2024-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 shaderyum2024-11-18
|
* Refactor tonemapping curves into their own headersyum2024-11-18
Also add iq's "almost identity" curve.