En el nodo clamp 'limit 1' es el menor valor posible y 'limit 2' es el mayor...
Por ejemplo:
clamp(value=34, limit1=0, limit2=10) == 10
clamp(value=-82, limit1=0, limit2=10) == 0
clamp(value=4, limit1=0, limit2=10) == 4
Se entiende? limit 1 debe ser 0 (cero) y limit 2 debe ser 'nº particulas - 1'