Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Class AtmosphereWeatherState

    Mutable state sampled by the weather renderer at frame-record time.

    Updating these values does not recreate pipelines. Call invalidateHistory() after a discontinuous preset or time-of-day jump; continuous animation may update timeSeconds and sunDirection every frame without resetting history.

    Index
    cloudCoverage: number = 0.58

    Fractional cloud coverage in [0, 1].

    cloudDensity: number = 1

    Cloud optical-density multiplier in [0, 4].

    storminess: number = 0.35

    Cumulonimbus/storm shaping in [0, 1].

    sunDirection: Vector3 = ...

    Normalized world-space direction from the scene toward the sun.

    timeSeconds: number = 0

    Procedural weather animation time in seconds.

    windDirection: Vector3 = ...

    Horizontal wind direction; Y is ignored.

    windSpeed: number = 18

    Wind speed in world units per second.