Mercurial > cortex
comparison org/body.org @ 150:e1232043656a
removed old cone-joints.txt
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 03 Feb 2012 05:08:45 -0700 |
parents | 7a49b81ca1bf |
children | 84c67be00abe |
comparison
equal
deleted
inserted
replaced
149:1e6beed24cec | 150:e1232043656a |
---|---|
15 com.jme3.math.Quaternion | 15 com.jme3.math.Quaternion |
16 com.jme3.math.Vector2f | 16 com.jme3.math.Vector2f |
17 com.jme3.math.Matrix3f | 17 com.jme3.math.Matrix3f |
18 com.jme3.bullet.control.RigidBodyControl | 18 com.jme3.bullet.control.RigidBodyControl |
19 com.jme3.collision.CollisionResults | 19 com.jme3.collision.CollisionResults |
20 com.jme3.bounding.BoundingBox)) | 20 com.jme3.bounding.BoundingBox |
21 | 21 com.jme3.scene.Node)) |
22 (import com.jme3.scene.Node) | |
23 | 22 |
24 (defn jme-to-blender | 23 (defn jme-to-blender |
25 "Convert from JME coordinates to Blender coordinates" | 24 "Convert from JME coordinates to Blender coordinates" |
26 [#^Vector3f in] | 25 [#^Vector3f in] |
27 (Vector3f. (.getX in) | 26 (Vector3f. (.getX in) |