Class CameraComponent
java.lang.Object
gaiasky.gui.components.GuiComponent
gaiasky.gui.components.CameraComponent
- All Implemented Interfaces:
IObserver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OwnTextIconButtonprotected OwnTextIconButtonprotected OwnTextIconButtonprotected OwnTextIconButtonprotected OwnTextIconButtonprotected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<CameraComboBoxBean> protected OwnSliderPlusprotected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<String> protected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxprotected OwnLabelprotected OwnSliderPlusprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxprotected booleanprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxprotected OwnImageButtonprotected OwnImageButtonprotected OwnImageButtonprotected OwnSliderPlusprotected OwnSliderPlus -
Constructor Summary
ConstructorsConstructorDescriptionCameraComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage) -
Method Summary
Methods inherited from class GuiComponent
getActor, group
-
Field Details
-
date
-
cameraSpeedLimit
-
cameraMode
-
fieldOfView
-
cameraSpeed
-
turnSpeed
-
rotateSpeed
-
focusLock
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox focusLock -
orientationLock
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox orientationLock -
cinematic
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox cinematic -
button3d
-
buttonDome
-
buttonCubemap
-
buttonOrthosphere
-
buttonMaster
-
recCamera
-
recKeyframeCamera
-
playCamera
-
fovFlag
protected boolean fovFlag
-
-
Constructor Details
-
CameraComponent
public CameraComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
-
Method Details
-
initialize
public void initialize(float componentWidth) Description copied from class:GuiComponentInitialises the component.- Specified by:
initializein classGuiComponent- Parameters:
componentWidth- The target width of the component.
-
notify
-
dispose
public void dispose()Description copied from class:GuiComponentDisposes the component.- Specified by:
disposein classGuiComponent
-