diff org/test.org @ 388:4c37d39a3cf6

removed dependency on swank, which had silently bit rotted. Restored functionality of mege-import-jme3.
author Robert McIntyre <rlm@mit.edu>
date Thu, 06 Jun 2013 10:09:37 -0400
parents 5c398b65d01b
children
line wrap: on
line diff
     1.1 --- a/org/test.org	Wed May 29 17:17:40 2013 -0400
     1.2 +++ b/org/test.org	Thu Jun 06 10:09:37 2013 -0400
     1.3 @@ -18,8 +18,8 @@
     1.4               touch
     1.5               proprioception
     1.6               movement
     1.7 +             integration])
     1.8  
     1.9 -             ])
    1.10    (:import com.jme3.app.state.AppState
    1.11  	   com.jme3.system.AppSettings)
    1.12    (:import (com.jme3.math Triangle Vector3f Vector2f Ray Matrix4f)))
    1.13 @@ -73,6 +73,8 @@
    1.14     #'cortex.test.proprioception/test-proprioception
    1.15  
    1.16     #'cortex.test.movement/test-worm-movement
    1.17 +
    1.18 +   #'cortex.test.integration/test-integration
    1.19     ])
    1.20     
    1.21