Taos API Reference
    Preparing search index...

    Interface CloudFeatureOptions

    interface CloudFeatureOptions {
        noises: CloudNoiseTextures;
        settings?: Partial<CloudSettings>;
        overlay?: boolean;
    }
    Index

    Properties

    overlay?: boolean

    When true the cloud layer composites over an existing lit HDR (premultiplied alpha), letting it occlude in-front geometry. Default true. Set false for a "fill the sky" mode that doesn't read scene depth.