Strata - v1.4.10
    Preparing search index...

    Function createTimeOfDay

    • Convenience utility to generate time of day state from a decimal hour.

      Automatically calculates sun angle, intensity, ambient light, and star visibility based on a 24-hour cycle.

      Parameters

      • hour: number

        Hour of the day (0-24, where 12.0 is noon).

      Returns TimeOfDayState

      Fully populated TimeOfDayState.

      const morning = createTimeOfDay(8.5); // 8:30 AM
      const midnight = createTimeOfDay(0); // Midnight