Mercurial > cortex
diff org/blender.org @ 151:aaacf087504c
refactored vision code
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 03 Feb 2012 05:52:18 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/blender.org Fri Feb 03 05:52:18 2012 -0700 1.3 @@ -0,0 +1,19 @@ 1.4 +#+title: Blender Clojure utilities 1.5 +#+author: Robert McIntyre 1.6 +#+email: rlm@mit.edu 1.7 +#+description: blender utilities 1.8 +#+keywords: simulation, jMonkeyEngine3, clojure, blender 1.9 +#+SETUPFILE: ../../aurellem/org/setup.org 1.10 +#+INCLUDE: ../../aurellem/org/level-0.org 1.11 + 1.12 + 1.13 +#+name: blender 1.14 +#+begin_src clojure 1.15 + 1.16 +#+end_src 1.17 + 1.18 + 1.19 +* COMMENT generate source 1.20 +#+begin_src clojure :tangle ../src/cortex/blender.clj 1.21 +<<blender>> 1.22 +#+end_src