Package gaiasky.util

Class Settings.SceneSettings.StarSettings

java.lang.Object
gaiasky.util.Settings.SceneSettings.StarSettings
All Implemented Interfaces:
IObserver
Enclosing class:
Settings.SceneSettings

public static class Settings.SceneSettings.StarSettings extends Object implements IObserver
  • Field Details

  • Constructor Details

    • StarSettings

      public StarSettings()
  • Method Details

    • getStarTexture

      public String getStarTexture()
    • getStarPointSize

      public static float getStarPointSize()
      Computes the runtime star point size taking into account cubemap rendering
      Returns:
      The point size in pixels
    • setPointSize

      public void setPointSize(float pointSize)
    • 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.