summaryrefslogtreecommitdiff
path: root/instructions.html
diff options
context:
space:
mode:
Diffstat (limited to 'instructions.html')
-rw-r--r--instructions.html2
1 files changed, 1 insertions, 1 deletions
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)