Class Settings.ProgramSettings.ModeStereoSettings

java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.ProgramSettings.ModeStereoSettings
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IObserver, Cloneable
Enclosing class:
Settings.ProgramSettings

public static class Settings.ProgramSettings.ModeStereoSettings extends SettingsObject implements IObserver
  • Field Details

    • active

      public boolean active
      Whether stero mode is active.
    • profile

      public Settings.StereoProfile profile
      The stereoscopic profile.
    • ipd

      public double ipd
      IPD, inter pupillary distance, in mm.
    • screenDistance

      public double screenDistance
      Screen distance, in mm.
    • k

      public double k
      Global aesthetic scale factor (or comfort multiplier).
  • Constructor Details

    • ModeStereoSettings

      public ModeStereoSettings()
  • Method Details

    • setProfile

      public void setProfile(String profileString)
    • isStereoHalfWidth

      public boolean isStereoHalfWidth()
    • isStereoFullWidth

      public boolean isStereoFullWidth()
    • isStereoHalfViewport

      public boolean isStereoHalfViewport()
    • isStereoVR

      public boolean isStereoVR()
    • clone

      Overrides:
      clone in class SettingsObject
    • setParentRecursive

      protected void setParentRecursive(SettingsObject s)
      Specified by:
      setParentRecursive in class SettingsObject
    • setupListeners

      protected void setupListeners()
      Specified by:
      setupListeners in class SettingsObject
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
    • apply

      public void apply()
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.