Mercurial > cortex
comparison org/movement.org @ 341:2e7d786241d3
now I am satisfied with the tests.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 21 Jul 2012 12:20:43 -0500 |
parents | 4f5a5d5f1613 |
children | ff0d8955711e |
comparison
equal
deleted
inserted
replaced
340:4f5a5d5f1613 | 341:2e7d786241d3 |
---|---|
323 (:use cortex.test.body) | 323 (:use cortex.test.body) |
324 (:import java.io.File) | 324 (:import java.io.File) |
325 (:import java.awt.image.BufferedImage) | 325 (:import java.awt.image.BufferedImage) |
326 (:import com.jme3.scene.Node) | 326 (:import com.jme3.scene.Node) |
327 (:import (com.jme3.math Quaternion Vector3f)) | 327 (:import (com.jme3.math Quaternion Vector3f)) |
328 (:import (com.aurellem.capture Capture RatchetTimer)) | 328 (:import (com.aurellem.capture Capture RatchetTimer IsoTimer)) |
329 (:import com.jme3.bullet.control.RigidBodyControl)) | 329 (:import com.jme3.bullet.control.RigidBodyControl)) |
330 #+end_src | 330 #+end_src |
331 | |
332 #+results: test-header | |
333 : com.jme3.bullet.control.RigidBodyControl | |
331 | 334 |
332 * Source Listing | 335 * Source Listing |
333 - [[../src/cortex/movement.clj][cortex.movement]] | 336 - [[../src/cortex/movement.clj][cortex.movement]] |
334 - [[../src/cortex/test/movement.clj][cortex.test.movement]] | 337 - [[../src/cortex/test/movement.clj][cortex.test.movement]] |
335 - [[../src/cortex/video/magick7.clj][cortex.video.magick7]] | 338 - [[../src/cortex/video/magick7.clj][cortex.video.magick7]] |