Mercurial > cortex
diff 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 |
line wrap: on
line diff
1.1 --- a/org/eyes.org Sun Oct 23 23:54:26 2011 -0700 1.2 +++ b/org/eyes.org Mon Oct 24 01:19:15 2011 -0700 1.3 @@ -241,3 +241,14 @@ 1.4 function to process the output. The example code will create two 1.5 videos of the same rotating cube from different angles, sutiable for 1.6 stereoscopic vision. 1.7 + 1.8 + 1.9 + 1.10 +* COMMENT code generation 1.11 +#+begin_src clojure :tangle ../src/body/eye.clj 1.12 +<<eyes>> 1.13 +#+end_src 1.14 + 1.15 +#+begin_src clojure :tangle ../src/test/vision.clj 1.16 +<<test-vision>> 1.17 +#+end_src