# HG changeset patch # User Robert McIntyre # Date 1329863991 25200 # Node ID b46ccfd128a2ee23cb9a6f246408a1dcdee20cbe # Parent e0e1561cbd220e8439b8ba39fbbfeff6b6d10c9a fixed minor typo diff -r e0e1561cbd22 -r b46ccfd128a2 org/body.org --- a/org/body.org Tue Feb 21 15:22:15 2012 -0700 +++ b/org/body.org Tue Feb 21 15:39:51 2012 -0700 @@ -144,7 +144,7 @@ (node-seq creature))))) #+end_src -=physical!)= iterates through a creature's node structure, creating +=physical!= iterates through a creature's node structure, creating CollisionShapes for each geometry with the mass specified in that geometry's meta-data. @@ -157,7 +157,6 @@ (set-gravity world (Vector3f. 0 -9.81 0))) "key-u" (fn [world _] (set-gravity world Vector3f/ZERO))}) - (defn floor [] (box 10 3 10 :position (Vector3f. 0 -10 0) :color ColorRGBA/Gray :mass 0))