# HG changeset patch # User Robert McIntyre # Date 1321343586 25200 # Node ID 7bc3b22c507bf6e977b051142474dc76d417e0bf # Parent bb24106cbd6a5c8fe0200c46f1d69cf99ec1187e translation behaves as expected, but the debug mesh does seems to be reversed from the actual bone layout diff -r bb24106cbd6a -r 7bc3b22c507b org/body.org --- a/org/body.org Tue Nov 15 00:24:46 2011 -0700 +++ b/org/body.org Tue Nov 15 00:53:06 2011 -0700 @@ -186,8 +186,13 @@ (println-repl "moving " (.getName b)) (println-repl (.getLocalPosition b)) (.setUserTransforms b - (.add (.getLocalPosition b) Vector3f/UNIT_X) + Vector3f/UNIT_X Quaternion/IDENTITY + ;;(doto (Quaternion.) + ;; (.fromAngles (/ Math/PI 2) + ;; 0 + ;; 0 + (Vector3f. 1 1 1)) )