Math node
Perform basic arithmetic operations on numbers.
阅读时间1 分钟最后更新于 5 个月前
The Math node is a toolbox for common calculations. Select the arrow on the node to access the various tools. Typical uses:
- Clamp a value between a minimum and maximum. For example, to keep a volume between 0 and 1.
- Get minimum/maximum of numbers, absolute value, rounding.
- Powers and roots (for example- square, square root).
- Trigonometry (sine, cosine) for smooth motion or oscillations.