diff org/integration.org @ 314:83dd76d9628e

fixed typo in body.org
author Robert McIntyre <rlm@mit.edu>
date Tue, 28 Feb 2012 12:06:10 -0600
parents e0e1561cbd22
children 2c7fbcbd5ebb
line wrap: on
line diff
     1.1 --- a/org/integration.org	Tue Feb 21 15:39:51 2012 -0700
     1.2 +++ b/org/integration.org	Tue Feb 28 12:06:10 2012 -0600
     1.3 @@ -31,7 +31,7 @@
     1.4  (ns cortex.test.integration
     1.5    "let's play!"
     1.6    {:author "Robert McIntyre"}
     1.7 -  (:use (cortex world util body sense
     1.8 +  (:use (cortex world util import body sense
     1.9                  hearing touch vision proprioception movement))
    1.10    (:import (com.jme3.math ColorRGBA Vector3f))
    1.11    (:import java.io.File)
    1.12 @@ -39,7 +39,7 @@
    1.13    (:import com.aurellem.capture.RatchetTimer))
    1.14  
    1.15  (dorun (cortex.import/mega-import-jme3))
    1.16 -(rlm.rlm-commands/help)
    1.17 +;;(rlm.rlm-commands/help)
    1.18  
    1.19  (def hand "Models/test-creature/hand.blend")
    1.20