# HG changeset patch # User Robert McIntyre # Date 1327037176 25200 # Node ID 247860e255365e93e05253dc42d902381b9ea608 # Parent 9d0fe7f54e146535e1cedef811322edd616d49f1 added eye to creature in blender diff -r 9d0fe7f54e14 -r 247860e25536 assets/Models/creature1/try-again.blend Binary file assets/Models/creature1/try-again.blend has changed diff -r 9d0fe7f54e14 -r 247860e25536 org/test-creature.org --- a/org/test-creature.org Thu Jan 19 22:19:24 2012 -0700 +++ b/org/test-creature.org Thu Jan 19 22:26:16 2012 -0700 @@ -90,14 +90,6 @@ image))) -(defn test-data - [] - (vec - (for [a (range 0 1000 2) - b (range 0 1000 2)] - (vector a b)) - )) - (defn average [coll] (/ (reduce + coll) (count coll))) @@ -108,8 +100,7 @@ num-above (count (filter (partial < center) line)) num-below (- length num-above)] (range (- center num-below) - (+ center num-above)) - )) + (+ center num-above)))) (defn collapse "Take a set of pairs of integers and collapse them into a @@ -148,8 +139,7 @@ [(- x min-x) (- y min-y)]) squeezed))] - relocate - ))) + relocate))) (defn load-bullet [] (let [sim (world (Node.) {} no-op no-op)] @@ -232,7 +222,6 @@ (.localToWorld object local-coordinate world-coordinate) world-coordinate)) - (defmulti joint-dispatch "Translate blender pseudo-joints into real JME joints." (fn [constraints & _]