changeset 75:f4c77512808e

hand appears to work now!
author Robert McIntyre <rlm@mit.edu>
date Wed, 28 Dec 2011 06:53:34 -0700
parents fb810a2c50c2
children 5e75b616ca60
files assets/Models/creature1/one.blend org/test-creature.org
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file assets/Models/creature1/one.blend has changed
     2.1 --- a/org/test-creature.org	Wed Dec 28 06:44:36 2011 -0700
     2.2 +++ b/org/test-creature.org	Wed Dec 28 06:53:34 2011 -0700
     2.3 @@ -176,12 +176,13 @@
     2.4  (defn test-hand []
     2.5    (world
     2.6     (nodify [(the-hand!)
     2.7 -            (box 10 0.1 10 :position (Vector3f. 0 -10 0)
     2.8 +            (box 10 1 10 :position (Vector3f. 0 -10 0)
     2.9                   :color ColorRGBA/Gray
    2.10                   :mass 0)])
    2.11     standard-debug-controls
    2.12 -   enable-debug
    2.13 -   no-op))
    2.14 +   enable-debug 
    2.15 +   (fn [_ _] 
    2.16 +     (Thread/sleep 100))))
    2.17  
    2.18  
    2.19  
    2.20 @@ -191,6 +192,9 @@
    2.21  
    2.22  #+end_src
    2.23  
    2.24 +#+results: body-1
    2.25 +: #'cortex.silly/test-hand
    2.26 +
    2.27  
    2.28  
    2.29  * COMMENT generate source