# HG changeset patch # User Robert McIntyre # Date 1330452370 21600 # Node ID 83dd76d9628ec67474224b1463747b31259e2e15 # Parent b46ccfd128a2ee23cb9a6f246408a1dcdee20cbe fixed typo in body.org diff -r b46ccfd128a2 -r 83dd76d9628e org/body.org --- a/org/body.org Tue Feb 21 15:39:51 2012 -0700 +++ b/org/body.org Tue Feb 28 12:06:10 2012 -0600 @@ -520,7 +520,7 @@ (speed-up %) (light-up-everything %) (.setTimer % timer) - (cortex.util/display-dialated-time % timer) + (cortex.util/display-dilated-time % timer) (if record? (Capture/captureVideo % (File. "/home/r/proj/cortex/render/body/4")))) diff -r b46ccfd128a2 -r 83dd76d9628e org/integration.org --- a/org/integration.org Tue Feb 21 15:39:51 2012 -0700 +++ b/org/integration.org Tue Feb 28 12:06:10 2012 -0600 @@ -31,7 +31,7 @@ (ns cortex.test.integration "let's play!" {:author "Robert McIntyre"} - (:use (cortex world util body sense + (:use (cortex world util import body sense hearing touch vision proprioception movement)) (:import (com.jme3.math ColorRGBA Vector3f)) (:import java.io.File) @@ -39,7 +39,7 @@ (:import com.aurellem.capture.RatchetTimer)) (dorun (cortex.import/mega-import-jme3)) -(rlm.rlm-commands/help) +;;(rlm.rlm-commands/help) (def hand "Models/test-creature/hand.blend")