Mercurial > cortex
comparison org/integration.org @ 302:7e3938f40c52
added winston letter, corrected source listing for integration
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 17 Feb 2012 13:03:58 -0700 |
parents | 4203c2140b95 |
children | 7e7f8d6d9ec5 |
comparison
equal
deleted
inserted
replaced
301:4203c2140b95 | 302:7e3938f40c52 |
---|---|
4 #+description: | 4 #+description: |
5 #+keywords: simulation, jMonkeyEngine3, clojure | 5 #+keywords: simulation, jMonkeyEngine3, clojure |
6 #+SETUPFILE: ../../aurellem/org/setup.org | 6 #+SETUPFILE: ../../aurellem/org/setup.org |
7 #+INCLUDE: ../../aurellem/org/level-0.org | 7 #+INCLUDE: ../../aurellem/org/level-0.org |
8 | 8 |
9 * Intro | 9 * Integration |
10 | 10 |
11 This is the ultimate test which features all of the senses that I've | 11 This is the ultimate test which features all of the senses that I've |
12 made so far. The blender file for the creature serves as an example of | 12 made so far. The blender file for the creature serves as an example of |
13 a fully equipped creature in terms of senses. You can find it [[../assets/Models/test-creature/hand.blend][here]]. | 13 a fully equipped creature in terms of senses. You can find it [[../assets/Models/test-creature/hand.blend][here]]. |
14 | 14 |
21 </video> | 21 </video> |
22 <p>Simulated Senses in a Virtual Environment</p> | 22 <p>Simulated Senses in a Virtual Environment</p> |
23 </div> | 23 </div> |
24 #+end_html | 24 #+end_html |
25 | 25 |
26 | 26 * Generating the Video |
27 | 27 |
28 #+name: integration | 28 #+name: integration |
29 #+begin_src clojure | 29 #+begin_src clojure |
30 (ns cortex.test.integration | 30 (ns cortex.test.integration |
31 "let's play!" | 31 "let's play!" |
303 | 303 |
304 (.setLocalTranslation me (.getLocation (.getCamera world))) | 304 (.setLocalTranslation me (.getLocation (.getCamera world))) |
305 (fix-display world)))))) | 305 (fix-display world)))))) |
306 #+end_src | 306 #+end_src |
307 | 307 |
308 * Generating the Video | 308 ** ImageMagick / ffmpeg |
309 | 309 |
310 Just a bunch of calls to imagemagick to arrange the data that | 310 Just a bunch of calls to imagemagick to arrange the data that |
311 =test-everything!= produces. | 311 =test-everything!= produces. |
312 | 312 |
313 #+name: magick-8 | 313 #+name: magick-8 |
698 #+end_src | 698 #+end_src |
699 | 699 |
700 | 700 |
701 * Source Listing | 701 * Source Listing |
702 - [[../src/cortex/test/integration.clj][cortex.test.integration]] | 702 - [[../src/cortex/test/integration.clj][cortex.test.integration]] |
703 - [[../src/cortex/video/magick2.clj][cortex.video.magick2]] | 703 - [[../src/cortex/video/magick8.clj][cortex.video.magick8]] |
704 - [[../assets/Models/subtitles/hand.blend][subtitles/hand.blend]] | 704 - [[../assets/Models/subtitles/hand.blend][subtitles/hand.blend]] |
705 #+html: <ul> <li> <a href="../org/integration.org">This org file</a> </li> </ul> | 705 #+html: <ul> <li> <a href="../org/integration.org">This org file</a> </li> </ul> |
706 - [[http://hg.bortreb.com ][source-repository]] | 706 - [[http://hg.bortreb.com ][source-repository]] |
707 | 707 |
708 | 708 |