diff org/test-creature.org @ 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 1f84f425e05d
line wrap: on
line diff
     1.1 --- a/org/test-creature.org	Wed Dec 28 06:44:36 2011 -0700
     1.2 +++ b/org/test-creature.org	Wed Dec 28 06:53:34 2011 -0700
     1.3 @@ -176,12 +176,13 @@
     1.4  (defn test-hand []
     1.5    (world
     1.6     (nodify [(the-hand!)
     1.7 -            (box 10 0.1 10 :position (Vector3f. 0 -10 0)
     1.8 +            (box 10 1 10 :position (Vector3f. 0 -10 0)
     1.9                   :color ColorRGBA/Gray
    1.10                   :mass 0)])
    1.11     standard-debug-controls
    1.12 -   enable-debug
    1.13 -   no-op))
    1.14 +   enable-debug 
    1.15 +   (fn [_ _] 
    1.16 +     (Thread/sleep 100))))
    1.17  
    1.18  
    1.19  
    1.20 @@ -191,6 +192,9 @@
    1.21  
    1.22  #+end_src
    1.23  
    1.24 +#+results: body-1
    1.25 +: #'cortex.silly/test-hand
    1.26 +
    1.27  
    1.28  
    1.29  * COMMENT generate source