lua.wetgenes.tardis.smoothstep
f = tardis.step(edge1,edge2,num)
return 0 if num is bellow or equal to edge1. Return 1 if num is the same or higher as edge2 and smoothly interpolate between 0 and 1 for all other values.
f = tardis.step(edge1,edge2,num)
return 0 if num is bellow or equal to edge1. Return 1 if num is the same or higher as edge2 and smoothly interpolate between 0 and 1 for all other values.