Package gaiasky.util

Class Settings.SceneSettings.OctreeSettings

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

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

    • maxStars

      public int maxStars
    • threshold

      public float[] threshold
    • fade

      public boolean fade
  • Constructor Details

    • OctreeSettings

      public OctreeSettings()
  • Method Details

    • 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.