diff org/proprioception.org @ 283:23aadf376e9d

upgraded to latest jMonkeyEngine, streamlined tests
author Robert McIntyre <rlm@mit.edu>
date Wed, 15 Feb 2012 16:56:01 -0700
parents c39b8b29a79e
children 7e7f8d6d9ec5
line wrap: on
line diff
     1.1 --- a/org/proprioception.org	Wed Feb 15 14:09:20 2012 -0700
     1.2 +++ b/org/proprioception.org	Wed Feb 15 16:56:01 2012 -0700
     1.3 @@ -351,10 +351,12 @@
     1.4  #+name: test-proprioception-header
     1.5  #+begin_src clojure
     1.6  (ns cortex.test.proprioception
     1.7 -(:import (com.aurellem.capture Capture RatchetTimer))
     1.8 -(:use (cortex util world proprioception body))
     1.9 -(:import java.io.File))
    1.10 -(cortex.import/mega-import-jme3)
    1.11 +  (:import (com.aurellem.capture Capture RatchetTimer))
    1.12 +  (:use (cortex util world proprioception body))
    1.13 +  (:import java.io.File)
    1.14 +  (:import com.jme3.bullet.control.RigidBodyControl)
    1.15 +  (:import com.jme3.bullet.collision.PhysicsCollisionObject)
    1.16 +  (:import (com.jme3.math Vector3f Quaternion ColorRGBA)))
    1.17  #+end_src
    1.18  
    1.19  * Source Listing