Mercurial > cortex
comparison org/eyes.org @ 24:e965675ec4d0
moving things around
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 24 Oct 2011 01:19:15 -0700 |
parents | cab2da252494 |
children | 775d97247dd0 |
comparison
equal
deleted
inserted
replaced
23:cab2da252494 | 24:e965675ec4d0 |
---|---|
239 | 239 |
240 Note the use of continuation passing style for connecting the eye to a | 240 Note the use of continuation passing style for connecting the eye to a |
241 function to process the output. The example code will create two | 241 function to process the output. The example code will create two |
242 videos of the same rotating cube from different angles, sutiable for | 242 videos of the same rotating cube from different angles, sutiable for |
243 stereoscopic vision. | 243 stereoscopic vision. |
244 | |
245 | |
246 | |
247 * COMMENT code generation | |
248 #+begin_src clojure :tangle ../src/body/eye.clj | |
249 <<eyes>> | |
250 #+end_src | |
251 | |
252 #+begin_src clojure :tangle ../src/test/vision.clj | |
253 <<test-vision>> | |
254 #+end_src |