Source
- URL: https://x.com/jervineyard/status/1888416642448916527
- Author: Jeremy Vineyard (@jervineyard)
- Posted: 2025-02-09 02:36:27
Branch
1/ @jervineyard
@iquilezles
What about the classic:
a * x + b * (1.0 - x)
Assuming x is 0 or 1?. And if you’re using the full normalized number range (0-1), could you use round(x) first to use this?