|
@@ -611,7 +611,7 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control, Jme
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Sets the spacial for the camera control, should only be used internally
|
|
|
+ * Sets the spatial for the camera control, should only be used internally
|
|
|
* @param spatial
|
|
|
*/
|
|
|
@Override
|
|
@@ -777,8 +777,8 @@ public class ChaseCamera implements ActionListener, AnalogListener, Control, Jme
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 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.
|
|
|
+ * Sets the trailing rotation inertia : default is 0.1. This causes the camera to stop roughly when the target stops moving
|
|
|
+ * before the camera reaches the trail position.
|
|
|
* Only has an effect if smoothMotion is set to true and trailing is enabled
|
|
|
* @param trailingRotationInertia
|
|
|
*/
|