- Changed some javadoc on ChaseCam
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8367 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
69808ce1a1
commit
7a5905d7f8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user