- Changed some javadoc on ChaseCam again

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8370 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 13 years ago
parent 1b540e8837
commit cad42dae3c
  1. 6
      engine/src/core/com/jme3/input/ChaseCamera.java

@ -636,6 +636,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control {
} }
/** /**
* Only has an effect if smoothMotion is set to true and trailing is enabled
* 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 * default is 5
* @param chasingSensitivity * @param chasingSensitivity
@ -653,6 +654,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control {
} }
/** /**
* Only has an effect if smoothMotion is set to true
* 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, values over 5 should have no effect. * default is 5, values over 5 should have no effect.
* If you want a significant slow down try values below 1. * If you want a significant slow down try values below 1.
@ -671,6 +673,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control {
} }
/** /**
* Only has an effect if smoothMotion is set to true
* Enable the camera trailing : The camera smoothly go in the targets trail when it moves. * Enable the camera trailing : The camera smoothly go in the targets trail when it moves.
* @param trailingEnabled * @param trailingEnabled
*/ */
@ -679,6 +682,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control {
} }
/** /**
*
* returns the trailing rotation inertia * returns the trailing rotation inertia
* @return * @return
*/ */
@ -687,6 +691,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control {
} }
/** /**
* Only has an effect if smoothMotion is set to true and trailing is enabled
* Sets the trailing rotation inertia : default is 0.1. This prevent the camera to roughtly stop when the target stops moving * Sets the trailing rotation inertia : default is 0.1. This prevent the camera to roughtly stop when the target stops moving
* before the camera reached the trail position. * before the camera reached the trail position.
* @param trailingRotationInertia * @param trailingRotationInertia
@ -704,6 +709,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control {
} }
/** /**
* Only has an effect if smoothMotion is set to true and trailing is enabled
* Sets the trailing sensitivity, the lower the value, the slower the camera will go in the target trail when it moves. * Sets the trailing sensitivity, the lower the value, the slower the camera will go in the target trail when it moves.
* default is 0.5; * default is 0.5;
* @param trailingSensitivity * @param trailingSensitivity

Loading…
Cancel
Save