Math node

The Stepper node increments a starting value up to a maximum value and, optionally, wraps around to a minimum value when provided a time input. This node is key for creating iterative and cyclic animations or calculations.

Importance: It allows for controlled, stepwise progression of values, making it invaluable in creating looping animations or graduated changes in values.

Use Cases: Used in frame-by-frame animations to control progression, in simulation models for stepwise variable changes, and in interactive designs where user input determines the progression of values.