From 7a5905d7f85464131bcf932a8fd62217a6dda69e Mon Sep 17 00:00:00 2001 From: "rem..om" Date: Sun, 9 Oct 2011 09:58:28 +0000 Subject: [PATCH] - Changed some javadoc on ChaseCam git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8367 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/input/ChaseCamera.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/src/core/com/jme3/input/ChaseCamera.java b/engine/src/core/com/jme3/input/ChaseCamera.java index c642d3604..1386750ef 100644 --- a/engine/src/core/com/jme3/input/ChaseCamera.java +++ b/engine/src/core/com/jme3/input/ChaseCamera.java @@ -637,6 +637,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control { /** * Sets the chasing sensitivity, the lower the value the slower the camera will follow the target when it moves + * default is 5 * @param chasingSensitivity */ public void setChasingSensitivity(float chasingSensitivity) { @@ -653,7 +654,8 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control { /** * Sets the rotation sensitivity, the lower the value the slower the camera will rotates around the target when draging with the mouse - * default is 5 + * default is 5, values over 5 should have no effect. + * If you want a significant slow down try values below 1. * @param rotationSensitivity */ public void setRotationSensitivity(float rotationSensitivity) {