diff options
| author | jules <jules@okfoc.us> | 2014-07-30 09:36:48 -0400 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-07-30 09:36:48 -0400 |
| commit | 98a928abc4f607ed4d9fa4955a358217f279696b (patch) | |
| tree | 6a67e14e1f25c63dc335c631ad0ee957f32de423 | |
| parent | b2375e11e2c9eee9d09bf30fd5ec8e900023c46f (diff) | |
auto-click camera button
| -rw-r--r-- | shader-cam.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shader-cam.html b/shader-cam.html index 1bf34e0..7aea288 100644 --- a/shader-cam.html +++ b/shader-cam.html @@ -181,6 +181,8 @@ function init(){ shader_build() requestAnimationFrame(animate) + + $("#camera").trigger("click") } </script> |
