Mercurial > cortex
comparison org/hearing.org @ 328:e6233ef22a80
fix include in hearing.org
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 19 Jul 2012 17:02:17 -0500 |
parents | 702b5c78c2de |
children | 4f5a5d5f1613 |
comparison
equal
deleted
inserted
replaced
325:9ba3959b261b | 328:e6233ef22a80 |
---|---|
3 #+email: rlm@mit.edu | 3 #+email: rlm@mit.edu |
4 #+description: Simulating multiple listeners and the sense of hearing in jMonkeyEngine3 | 4 #+description: Simulating multiple listeners and the sense of hearing in jMonkeyEngine3 |
5 #+keywords: simulated hearing, openal, clojure, jMonkeyEngine3, LWJGL, AI | 5 #+keywords: simulated hearing, openal, clojure, jMonkeyEngine3, LWJGL, AI |
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 #+BABEL: :exports both :noweb yes :cache no :mkdirp yes | 8 |
9 | 9 |
10 * Hearing | 10 * Hearing |
11 | 11 |
12 At the end of this post I will have simulated ears that work the same | 12 At the end of this post I will have simulated ears that work the same |
13 way as the simulated eyes in the last post. I will be able to place | 13 way as the simulated eyes in the last post. I will be able to place |
974 detects sound which is louder than a certain threshold. As the blue | 974 detects sound which is louder than a certain threshold. As the blue |
975 sphere travels along the path, it excites each of the cubes in turn.</p> | 975 sphere travels along the path, it excites each of the cubes in turn.</p> |
976 </div> | 976 </div> |
977 #+end_html | 977 #+end_html |
978 | 978 |
979 #+include "../../jmeCapture/src/com/aurellem/capture/examples/Advanced.java" src java | 979 #+include: "../../jmeCapture/src/com/aurellem/capture/examples/Advanced.java" src java |
980 | 980 |
981 Here is a small clojure program to drive the java program and make it | 981 Here is a small clojure program to drive the java program and make it |
982 available as part of my test suite. | 982 available as part of my test suite. |
983 | 983 |
984 #+name: test-hearing-1 | 984 #+name: test-hearing-1 |