Taos API Reference
    Preparing search index...

    Interface PlanetCloudSettings

    interface PlanetCloudSettings {
        planetRadius: number;
        cloudBaseAlt: number;
        cloudTopAlt: number;
        coverage: number;
        density: number;
        anisotropy: number;
        extinction: number;
        ambientColor: [number, number, number];
    }
    Index

    Properties

    planetRadius: number

    Planet center is the world origin; this is the surface radius.

    cloudBaseAlt: number

    Cloud-shell altitude band (meters above the surface).

    cloudTopAlt: number
    coverage: number

    0..1 sky cover ratio.

    density: number

    Multiplier on the sampled density field.

    anisotropy: number

    Henyey-Greenstein anisotropy (~0.85 = strong forward scatter).

    extinction: number

    Extinction coefficient (Beer's law).

    ambientColor: [number, number, number]

    Linear-RGB ambient/sky tint added to cloud lighting.