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

    Interface AtmosphereWeatherOptions

    Complete physical atmosphere, cloud, and mutable weather-state configuration.

    interface AtmosphereWeatherOptions {
        atmosphere?: Readonly<PhysicalAtmosphereOptions>;
        clouds?: false | Readonly<VolumetricCloudOptions>;
        debugView?: AtmosphereWeatherDebugView;
        quality?: AtmosphereWeatherQuality;
        state?: AtmosphereWeatherState;
    }
    Index
    atmosphere?: Readonly<PhysicalAtmosphereOptions>

    Physical atmosphere constants.

    clouds?: false | Readonly<VolumetricCloudOptions>

    Volumetric clouds, or false to render atmosphere only.

    Replace normal composition with one intermediate diagnostic.

    Named sampling and reconstruction budget. Defaults to high.

    Mutable sun, cloud, wind, and time state.