summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2016-04-08 21:55:54 -0400
committerJules <jules@asdf.us>2016-04-08 21:55:54 -0400
commit21db010c116bad9949b1e5df8ea1a86c3747223d (patch)
tree7f6aed1406fac157451884ea7fdd1bfd5e84e86c /doc
parent4896b209cabc06c92c444827888ab93323a8f1ee (diff)
new shaders.. add+mul buttons on webcam
Diffstat (limited to 'doc')
-rw-r--r--doc/shaderz.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/shaderz.txt b/doc/shaderz.txt
index e3581aa..4c3217f 100644
--- a/doc/shaderz.txt
+++ b/doc/shaderz.txt
@@ -310,8 +310,18 @@ if (x > w/2) {
>> mirror brush (up-down)
+Animate this on the canvas, then draw:
+
if (x > h/2) {
lex.assign( canvas.aa[h-y][x] )
}
+>> rainbow stardust brush
+
+Uncheck BG and animate this to brush:
+
+lex.fg = hue(t)
+lex.char = choice(" ,'.,.','****** ")
+
+