Mercurial > cortex
comparison org/vision.org @ 194:ac158a976443
saving work
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 04 Feb 2012 23:45:25 -0700 |
parents | facc2ef3fe5c |
children | 8e9825c38941 |
comparison
equal
deleted
inserted
replaced
193:197294aff96e | 194:ac158a976443 |
---|---|
5 #+keywords: computer vision, jMonkeyEngine3, clojure | 5 #+keywords: computer vision, 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 #+babel: :mkdirp yes :noweb yes :exports both | 8 #+babel: :mkdirp yes :noweb yes :exports both |
9 | 9 |
10 * COMMENT Vision | 10 * Vision |
11 | 11 |
12 I want to make creatures with eyes. Each eye can be independely moved | 12 I want to make creatures with eyes. Each eye can be independely moved |
13 and should see its own version of the world depending on where it is. | 13 and should see its own version of the world depending on where it is. |
14 | 14 |
15 Here's how vision will work. | 15 Here's how vision will work. |