Mercurial > cortex
comparison org/integration.org @ 457:ee977613c244
add documentation for integration test.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 07 Jun 2013 11:49:09 -0400 |
parents | 4c37d39a3cf6 |
children |
comparison
equal
deleted
inserted
replaced
456:a3e23fb5d387 | 457:ee977613c244 |
---|---|
223 (add-element world brick)))))) | 223 (add-element world brick)))))) |
224 | 224 |
225 (import com.aurellem.capture.Capture) | 225 (import com.aurellem.capture.Capture) |
226 | 226 |
227 (defn test-integration | 227 (defn test-integration |
228 "Testing Everything! | |
229 | |
230 You will see an articulated hand fall onto the table. It has all | |
231 senses including: | |
232 - Vision, 4 channels | |
233 - Hearing | |
234 - Touch | |
235 - Proprioceptoin | |
236 - Muscle Tension | |
237 | |
238 Keys: | |
239 <space> : fire ball" | |
228 ([] (test-integration false)) | 240 ([] (test-integration false)) |
229 ([record?] | 241 ([record?] |
230 (let [me (sphere 0.5 :color ColorRGBA/Blue :physical? false) | 242 (let [me (sphere 0.5 :color ColorRGBA/Blue :physical? false) |
231 | 243 |
232 base (File. "/home/r/proj/cortex/render/hand") | 244 base (File. "/home/r/proj/cortex/render/hand") |