diff options
| author | yum <yum.food.vr@gmail.com> | 2024-12-10 17:54:59 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-12-10 17:54:59 -0800 |
| commit | 3b0aba19021e0288905e0f9b8e5398bbf8d6f003 (patch) | |
| tree | ff1e821b63510217deca230f6f9f5e57d51444f4 /globals.cginc | |
| parent | 81537629668cdda03f83b0b63870d53963ba5229 (diff) | |
Fix smooth_min
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
Diffstat (limited to 'globals.cginc')
0 files changed, 0 insertions, 0 deletions
