From 282657a4beb7c78c4420c6b8268d8d929fe6a670 Mon Sep 17 00:00:00 2001 From: timb Date: Tue, 14 Jan 2014 23:33:59 -0800 Subject: reorder smoothstep args, add julestep fn back --- instructions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instructions.html') diff --git a/instructions.html b/instructions.html index fb522c0..dff99d8 100644 --- a/instructions.html +++ b/instructions.html @@ -30,7 +30,7 @@ E, PI, PHI clamp(n,min,max) mix(n,a,b) (lerp) step(a,b) -smoothstep(n,a,b) +smoothstep(min,max,n) avg(m,n,a) cosp, sinp (mapped to [0,1]) pixel(x,y) == 4*(y*w+h) -- cgit v1.2.3-70-g09d2