# HG changeset patch # User Robert McIntyre # Date 1325080414 25200 # Node ID f4c77512808ed661aaaff07dd3eafe3e7e91d9a3 # Parent fb810a2c50c28c680a17b83101d95e255491b47a hand appears to work now! diff -r fb810a2c50c2 -r f4c77512808e assets/Models/creature1/one.blend Binary file assets/Models/creature1/one.blend has changed diff -r fb810a2c50c2 -r f4c77512808e org/test-creature.org --- a/org/test-creature.org Wed Dec 28 06:44:36 2011 -0700 +++ b/org/test-creature.org Wed Dec 28 06:53:34 2011 -0700 @@ -176,12 +176,13 @@ (defn test-hand [] (world (nodify [(the-hand!) - (box 10 0.1 10 :position (Vector3f. 0 -10 0) + (box 10 1 10 :position (Vector3f. 0 -10 0) :color ColorRGBA/Gray :mass 0)]) standard-debug-controls - enable-debug - no-op)) + enable-debug + (fn [_ _] + (Thread/sleep 100)))) @@ -191,6 +192,9 @@ #+end_src +#+results: body-1 +: #'cortex.silly/test-hand + * COMMENT generate source