Clamps a value between 0 and 1
for example, if you use clamp01(Pitch), it won't move if you pitch up as it won't let the pitch value go below 0.
The input is especially useful for activation groups, as by default, when they are off, their value is -1, so if you want to make the input 0 when they are off, you'll do clamp01(Activate1)
All references can be made here.
@jamesPLANESii oh, ok thats explain so much stuff, thanks
@Chickendude Ah, just edited my comment :)
@jamesPLANESii whats the value for?
Clamps a value between 0 and 1
for example, if you use
clamp01(Pitch)
, it won't move if you pitch up as it won't let the pitch value go below 0.The input is especially useful for activation groups, as by default, when they are off, their value is -1, so if you want to make the input 0 when they are off, you'll do clamp01(Activate1)