Taos API Reference
    Preparing search index...

    Interface AtmosphereLutsFeatureOptions

    interface AtmosphereLutsFeatureOptions {
        params?: Partial<AtmosphereLutParams>;
    }
    Index

    Properties

    Properties

    Atmosphere parameters used by the LUT bakes. Defaults to Earth values matching the EARTH_ATMOSPHERE block in atmosphere_model.wgsl. To get consistent results with a custom planet, supply the SAME params here that you pass to AtmosphereFeature({ planet: ... }).