mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-07 01:43:35 +08:00
Documentation updated
This commit is contained in:
parent
dc049b857b
commit
6c7221cbb7
@ -1,5 +1,5 @@
|
|||||||
# SmoothMax node
|
# SmoothMax node
|
||||||
Returns the maximum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value if passed 0 function will act as a standard max(), if negative value is passed it will act as <b><i>[SmoothMin node](/documentation/Nodes/Maths/Scalar/SmoothMin.md)</b></i>.
|
Returns the maximum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value. If 0 is passed at T, function will act as a standard max(), if negative value is passed it will act as <b><i>[SmoothMin node](/documentation/Nodes/Maths/Scalar/SmoothMin.md)</b></i>.
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
**Inputs**
|
**Inputs**
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# SmoothMin node
|
# SmoothMin node
|
||||||
Returns the minimum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value if passed 0 function will act as a standard min(), if negative value is passed it will act as <b><i>[SmoothMax node](/documentation/Nodes/Maths/Scalar/SmoothMax.md)</b></i>.
|
Returns the minimum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value. If 0 is passed at T, function will act as a standard min(), if negative value is passed it will act as <b><i>[SmoothMax node](/documentation/Nodes/Maths/Scalar/SmoothMax.md)</b></i>.
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
**Inputs**
|
**Inputs**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user