Package gaiasky.util
Class Settings.SceneSettings.CameraSettings
java.lang.Object
gaiasky.util.Settings.SceneSettings.CameraSettings
- All Implemented Interfaces:
IObserver
- Enclosing class:
- Settings.SceneSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionboolean
float
double
double
double
int
boolean
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Event notification call.void
setSpeedLimitIndex
(int index) void
-
Field Details
-
speedLimitIndex
public int speedLimitIndex -
speedLimit
public double speedLimit -
speed
public double speed -
turn
public double turn -
rotate
public double rotate -
fov
public float fov -
cinematic
public boolean cinematic -
targetMode
public boolean targetMode -
focusLock
-
-
Constructor Details
-
CameraSettings
public CameraSettings()
-
-
Method Details
-
setSpeedLimitIndex
public void setSpeedLimitIndex(int index) -
notify
Description copied from interface:IObserver
Event notification call. -
updateSpeedLimit
public void updateSpeedLimit()
-