summaryrefslogtreecommitdiff
path: root/instructions.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-15 05:29:07 -0500
committerjules <jules@okfoc.us>2014-01-15 05:29:07 -0500
commite09b67f7dd89e17aeaca463f012b5f8655d09a7b (patch)
tree6e6397ec84d9f319148098b927dd82e8d6b4f188 /instructions.html
parent0a57883969405be46126746777f81b1bf2d270e0 (diff)
parent282657a4beb7c78c4420c6b8268d8d929fe6a670 (diff)
Merge branch 'master' of lmno:dither
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)