Taos API Reference
    Preparing search index...

    Class CloudFeature

    Cartesian-grid volumetric clouds. Reads + writes frame.hdr and consumes frame.depth. Mutate settings in place to drive sliders / animation — the underlying CloudPass uploads them via update each frame.

    See PlanetCloudFeature-style spherical-shell variants when the scene is a planet.

    Implements

    Index

    Constructors

    Properties

    name: string = CloudFeature.name

    Stable identifier used for lookup, signature hashing, and pass-name keying.

    enabled: boolean = true

    When false, the feature is skipped each frame. Toggling triggers a cached-graph invalidation.

    pass: CloudPass | null = null
    settings: CloudSettings
    overlay: boolean

    Methods