diff org/world.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/world.org	Sun Oct 23 23:54:26 2011 -0700
     1.2 +++ b/org/world.org	Mon Oct 24 01:19:15 2011 -0700
     1.3 @@ -306,3 +306,14 @@
     1.4  These are convienence functions for creating JME objects and
     1.5  manipulating a world.
     1.6  
     1.7 +
     1.8 +
     1.9 +
    1.10 +
    1.11 +* COMMENT code generation
    1.12 +
    1.13 +#+begin_src clojure :tangle ../src/cortex/world.clj
    1.14 +<<world-inputs>>
    1.15 +<<world>>
    1.16 +<<world-shapes>>
    1.17 +#+end_src