summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shader-animate.html2
-rw-r--r--shader-demo.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/shader-animate.html b/shader-animate.html
index 67a0d57..85bd0c4 100644
--- a/shader-animate.html
+++ b/shader-animate.html
@@ -12,8 +12,10 @@ div { float: left; padding: 10px;}
<body>
<div id="controls">
<input type="text" id="url" value="img/1376516658960-dumpfm-DoritoWitch-TimeFLyTrans0001.png">
+<!--
frames <input type="text" id="frames" value="7">
delay <input type="text" id="delay" value="60">
+-->
<button id="render" disabled>render</button>
<button id="demo">demo</button>
<button id="dither-demo">dither</button>
diff --git a/shader-demo.html b/shader-demo.html
index 9077ec5..894c2cf 100644
--- a/shader-demo.html
+++ b/shader-demo.html
@@ -11,8 +11,10 @@ div { float: left; padding: 10px;}
<body>
<div id="controls">
w/h <input type="text" id="width" value="250">x<input type="text" id="height" value="320">
+<!--
frames <input type="text" id="frames" value="7">
delay <input type="text" id="delay" value="60">
+-->
<button id="render" disabled>render</button>
<button id="demo">demo</button>
<button id="dither-demo">dither</button>