Updated to match new version of JME.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@62 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Andrzej Kapolka
2006-10-19 18:35:35 +00:00
parent 4175ec61da
commit 7ea2db3111
@@ -264,7 +264,7 @@ public class CameraHandler
}
// create a rotation matrix
_rotm.fromAxisAngle(axis, deltaAngle);
_rotm.fromAngleAxis(deltaAngle, axis);
// rotate the direction vector and the camera itself
_rotm.mult(direction, direction);