Wrap Value At Maximum Value with MOD
For values that are continuously rising or counting up we can use a MOD
node to wrap it at our desired maximum value and let it start again from 0.
For values that are continuously rising or counting up we can use a MOD
node to wrap it at our desired maximum value and let it start again from 0.