-
-
Notifications
You must be signed in to change notification settings - Fork 126
Nodes# Blends
Auburn edited this page Dec 8, 2024
·
3 revisions
Quadratic Smooth Minimum
Smoothes the transition between the 2 inputs
For explanation see:
https://iquilezles.org/articles/smin/
Quadratic Smooth Maximum
Smoothes the transition between the 2 inputs
For explanation see:
https://iquilezles.org/articles/smin/
Equivalent to std::powf( value, pow )
Faster than PowFloat node but only for int powers
Output fades between inputs A and B
Fade Min = 100% A
Fade Max = 100% B
From
To
Easing function
- Linear (Default)
- Hermite
- Quintic