Mercurial > cortex
comparison org/body.org @ 340:4f5a5d5f1613
added time dialation display for test suite.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 21 Jul 2012 11:18:47 -0500 |
parents | 702b5c78c2de |
children | 4c37d39a3cf6 |
comparison
equal
deleted
inserted
replaced
339:0efa36180e8a | 340:4f5a5d5f1613 |
---|---|
577 #+name: test-header | 577 #+name: test-header |
578 #+begin_src clojure | 578 #+begin_src clojure |
579 (ns cortex.test.body | 579 (ns cortex.test.body |
580 (:use (cortex world util body)) | 580 (:use (cortex world util body)) |
581 (:import | 581 (:import |
582 (com.aurellem.capture Capture RatchetTimer) | 582 (com.aurellem.capture Capture RatchetTimer IsoTimer) |
583 (com.jme3.math Quaternion Vector3f ColorRGBA) | 583 (com.jme3.math Quaternion Vector3f ColorRGBA) |
584 java.io.File)) | 584 java.io.File)) |
585 #+end_src | 585 #+end_src |
586 | |
587 #+results: test-header | |
588 : java.io.File | |
586 | 589 |
587 * Source | 590 * Source |
588 - [[../src/cortex/body.clj][cortex.body]] | 591 - [[../src/cortex/body.clj][cortex.body]] |
589 - [[../src/cortex/test/body.clj][cortex.test.body]] | 592 - [[../src/cortex/test/body.clj][cortex.test.body]] |
590 - [[../assets/Models/test-creature/hand.blend][hand.blend]] | 593 - [[../assets/Models/test-creature/hand.blend][hand.blend]] |