Mercurial > cortex
comparison org/touch.org @ 323:5c398b65d01b
going to start thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 14 Jun 2012 00:52:40 -0500 |
parents | 702b5c78c2de |
children | 698d48b91cd5 |
comparison
equal
deleted
inserted
replaced
322:b6e2b65f43e4 | 323:5c398b65d01b |
---|---|
630 #+begin_src sh :results silent | 630 #+begin_src sh :results silent |
631 cd ~/proj/cortex/render/touch-cube/ | 631 cd ~/proj/cortex/render/touch-cube/ |
632 ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg | 632 ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg |
633 #+end_src | 633 #+end_src |
634 | 634 |
635 | |
636 * Adding Touch to the Worm | 635 * Adding Touch to the Worm |
637 | 636 |
638 #+name: test-touch-2 | 637 #+name: test-touch-2 |
639 #+begin_src clojure | 638 #+begin_src clojure |
640 (in-ns 'cortex.test.touch) | 639 (in-ns 'cortex.test.touch) |
723 #+begin_src sh :results silent | 722 #+begin_src sh :results silent |
724 cd ~/proj/cortex/render/worm-touch | 723 cd ~/proj/cortex/render/worm-touch |
725 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg | 724 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg |
726 #+end_src | 725 #+end_src |
727 | 726 |
728 | |
729 * Headers | 727 * Headers |
730 | 728 |
731 #+name: touch-header | 729 #+name: touch-header |
732 #+begin_src clojure | 730 #+begin_src clojure |
733 (ns cortex.touch | 731 (ns cortex.touch |