Mercurial > cortex
comparison 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 |
comparison
equal
deleted
inserted
replaced
313:b46ccfd128a2 | 314:83dd76d9628e |
---|---|
29 #+name: integration | 29 #+name: integration |
30 #+begin_src clojure | 30 #+begin_src clojure |
31 (ns cortex.test.integration | 31 (ns cortex.test.integration |
32 "let's play!" | 32 "let's play!" |
33 {:author "Robert McIntyre"} | 33 {:author "Robert McIntyre"} |
34 (:use (cortex world util body sense | 34 (:use (cortex world util import body sense |
35 hearing touch vision proprioception movement)) | 35 hearing touch vision proprioception movement)) |
36 (:import (com.jme3.math ColorRGBA Vector3f)) | 36 (:import (com.jme3.math ColorRGBA Vector3f)) |
37 (:import java.io.File) | 37 (:import java.io.File) |
38 (:import com.jme3.audio.AudioNode) | 38 (:import com.jme3.audio.AudioNode) |
39 (:import com.aurellem.capture.RatchetTimer)) | 39 (:import com.aurellem.capture.RatchetTimer)) |
40 | 40 |
41 (dorun (cortex.import/mega-import-jme3)) | 41 (dorun (cortex.import/mega-import-jme3)) |
42 (rlm.rlm-commands/help) | 42 ;;(rlm.rlm-commands/help) |
43 | 43 |
44 (def hand "Models/test-creature/hand.blend") | 44 (def hand "Models/test-creature/hand.blend") |
45 | 45 |
46 (def output-base (File. "/home/r/proj/cortex/render/hand")) | 46 (def output-base (File. "/home/r/proj/cortex/render/hand")) |
47 #+end_src | 47 #+end_src |