Class CameraComponent
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
-
- gaia.cu9.ari.gaiaorbit.interfce.components.CameraComponent
-
- All Implemented Interfaces:
IObserver
public class CameraComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected OwnTextIconButton
button3d
protected OwnTextIconButton
button3dtv
protected OwnTextIconButton
buttonAnaglyph
protected OwnTextIconButton
buttonCrosseye
protected OwnTextIconButton
buttonCubemap
protected OwnTextIconButton
buttonDome
protected OwnTextIconButton
buttonVR
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<CameraComboBoxBean>
cameraMode
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
cameraSpeed
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<java.lang.String>
cameraSpeedLimit
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
cinematic
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
crosshair
protected OwnLabel
date
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
fieldOfView
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
focusLock
protected OwnLabel
fov
protected boolean
fovFlag
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
orientationLock
protected OwnLabel
rotate
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
rotateSpeed
protected OwnLabel
speed
protected OwnLabel
turn
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
turnSpeed
-
Constructor Summary
Constructors Constructor Description CameraComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes the componentvoid
initialize()
Initialises the componentvoid
notify(Events event, java.lang.Object... data)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
getActor, vgroup
-
-
-
-
Field Detail
-
fov
protected OwnLabel fov
-
speed
protected OwnLabel speed
-
turn
protected OwnLabel turn
-
rotate
protected OwnLabel rotate
-
date
protected OwnLabel date
-
cameraSpeedLimit
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<java.lang.String> cameraSpeedLimit
-
cameraMode
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<CameraComboBoxBean> cameraMode
-
fieldOfView
protected com.badlogic.gdx.scenes.scene2d.ui.Slider fieldOfView
-
cameraSpeed
protected com.badlogic.gdx.scenes.scene2d.ui.Slider cameraSpeed
-
turnSpeed
protected com.badlogic.gdx.scenes.scene2d.ui.Slider turnSpeed
-
rotateSpeed
protected com.badlogic.gdx.scenes.scene2d.ui.Slider rotateSpeed
-
focusLock
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox focusLock
-
orientationLock
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox orientationLock
-
crosshair
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox crosshair
-
cinematic
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox cinematic
-
button3d
protected OwnTextIconButton button3d
-
buttonDome
protected OwnTextIconButton buttonDome
-
buttonCubemap
protected OwnTextIconButton buttonCubemap
-
buttonAnaglyph
protected OwnTextIconButton buttonAnaglyph
-
button3dtv
protected OwnTextIconButton button3dtv
-
buttonVR
protected OwnTextIconButton buttonVR
-
buttonCrosseye
protected OwnTextIconButton buttonCrosseye
-
fovFlag
protected boolean fovFlag
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponent
Initialises the component- Specified by:
initialize
in classGuiComponent
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
Description copied from class:GuiComponent
Disposes the component- Specified by:
dispose
in classGuiComponent
-
-