Mercurial > cortex
comparison org/body.org @ 215:f283c62bd212
fixed long standing problem with orientation of eyes in blender, fleshed out text in vision.org
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 10 Feb 2012 02:19:24 -0700 |
parents | 97b8caf66824 |
children | 7bf3e3d8fb26 |
comparison
equal
deleted
inserted
replaced
214:01d3e9855ef9 | 215:f283c62bd212 |
---|---|
489 | 489 |
490 #+name: test-4 | 490 #+name: test-4 |
491 #+begin_src clojure | 491 #+begin_src clojure |
492 (in-ns 'cortex.test.body) | 492 (in-ns 'cortex.test.body) |
493 | 493 |
494 (defn worm [] | |
495 (load-blender-model | |
496 "Models/test-creature/worm.blend")) | |
497 | |
494 (defn worm-1 [] | 498 (defn worm-1 [] |
495 (let [timer (RatchetTimer. 60)] | 499 (let [timer (RatchetTimer. 60)] |
496 (world | 500 (world |
497 (nodify | 501 (nodify |
498 [(doto | 502 [(doto (worm) |
499 (load-blender-model | |
500 "Models/test-creature/worm.blend") | |
501 (body!)) | 503 (body!)) |
502 (floor)]) | 504 (floor)]) |
503 (merge standard-debug-controls debug-control) | 505 (merge standard-debug-controls debug-control) |
504 #(do | 506 #(do |
505 (speed-up %) | 507 (speed-up %) |