Class CameraComponent

java.lang.Object
gaiasky.interafce.components.GuiComponent
gaiasky.interafce.components.CameraComponent
All Implemented Interfaces:
IObserver

public class CameraComponent
extends GuiComponent
implements IObserver
  • Field Details

    • 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 OwnSliderPlus fieldOfView
    • cameraSpeed

      protected OwnSliderPlus cameraSpeed
    • turnSpeed

      protected OwnSliderPlus turnSpeed
    • rotateSpeed

      protected OwnSliderPlus 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

      protected OwnTextIconButton button3d
    • buttonDome

      protected OwnTextIconButton buttonDome
    • buttonCubemap

      protected OwnTextIconButton buttonCubemap
    • buttonMaster

      protected OwnTextIconButton buttonMaster
    • 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