Browse Source

- Changed some javadoc on ChaseCam

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8367 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om 14 years ago
parent
commit
7a5905d7f8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      engine/src/core/com/jme3/input/ChaseCamera.java

+ 3 - 1
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
      * Sets the chasing sensitivity, the lower the value the slower the camera will follow the target when it moves
+     * default is 5
      * @param chasingSensitivity
      * @param chasingSensitivity
      */
      */
     public void setChasingSensitivity(float 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
      * 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
      * @param rotationSensitivity
      */
      */
     public void setRotationSensitivity(float rotationSensitivity) {
     public void setRotationSensitivity(float rotationSensitivity) {