Mercurial > cortex
diff org/util.org @ 73:257a86328adb
saving progress
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 28 Dec 2011 00:00:23 -0700 |
parents | 0235c32152af |
children | fb810a2c50c2 |
line wrap: on
line diff
1.1 --- a/org/util.org Wed Dec 14 17:41:19 2011 -0700 1.2 +++ b/org/util.org Wed Dec 28 00:00:23 2011 -0700 1.3 @@ -188,7 +188,7 @@ 1.4 1.5 #+results: util 1.6 : #'cortex.util/apply-map 1.7 - 1.8 + 1.9 1.10 *** Creating Basic Shapes 1.11 1.12 @@ -250,7 +250,8 @@ 1.13 (doto (GImpactCollisionShape. 1.14 (.getMesh geom)) 1.15 (.createJmeMesh) 1.16 - (.setMargin 0)) 1.17 + ;;(.setMargin 0) 1.18 + ) 1.19 (float (:mass d))) 1.20 ;; otherwise use jme3's default 1.21 (RigidBodyControl. (float (:mass d))))]