public interface JCameraSphericalLinearIntegratorType extends JCameraIntegratorType
JCameraSphericalType cameras.| Modifier and Type | Method and Description |
|---|---|
JCameraSphericalReadableType |
integratorGetCamera() |
JCameraSphericalInputType |
integratorGetInput() |
void |
integratorLinearTargetSetAcceleration(float a)
Set the linear acceleration (of the camera target) to
a. |
void |
integratorLinearTargetSetDrag(float f)
Set the linear drag factor (of the camera target) to
f. |
void |
integratorLinearTargetSetMaximumSpeed(float s)
Set the maximum linear movement speed (of the camera target) to
s. |
void |
integratorLinearZoomSetAcceleration(float a)
Set the linear acceleration (of the camera zoom) to
a. |
void |
integratorLinearZoomSetDrag(float f)
Set the linear drag factor (of the camera zoom) to
f. |
void |
integratorLinearZoomSetMaximumSpeed(float s)
Set the maximum linear movement speed (of the camera zoom) to
s. |
integrateJCameraSphericalReadableType integratorGetCamera()
JCameraSphericalInputType integratorGetInput()
void integratorLinearTargetSetAcceleration(float a)
a.a - The linear acceleration.void integratorLinearTargetSetDrag(float f)
f.f - The linear drag factor.void integratorLinearTargetSetMaximumSpeed(float s)
s.s - The maximum linear speed.void integratorLinearZoomSetAcceleration(float a)
a.a - The linear acceleration.void integratorLinearZoomSetDrag(float f)
f.f - The linear drag factor.void integratorLinearZoomSetMaximumSpeed(float s)
s.s - The maximum linear speed.Copyright © 2016 <code@io7m.com> http://io7m.com