Taos API Reference
    Preparing search index...

    Interface LineBakeOptions

    interface LineBakeOptions {
        widthMeters?: number;
        height?: number;
        color?: ColorSpec;
        heightAt?: HeightSampler;
    }
    Index

    Properties

    widthMeters?: number

    Ribbon width in meters (constant world width — a screen-constant width would need a dedicated billboard pass; this rides the standard deferred mesh path). Default 4.

    height?: number

    Height (m) above the ground / ellipsoid to float the ribbon at. Default 1.

    color?: ColorSpec

    Line color (linear RGB), constant or per-feature. Default white.

    heightAt?: HeightSampler

    Drape onto streamed terrain (per-vertex), added to height.