Taos API Reference
    Preparing search index...

    Interface GeoLineDraw

    One batch of line segments to draw: the instance buffer (see buildLineSegments), the segment count, and the world model matrix (origin-shift), like a point-cloud draw.

    interface GeoLineDraw {
        segments: GPUBuffer;
        count: number;
        modelMatrix: Mat4;
    }
    Index

    Properties

    segments: GPUBuffer
    count: number
    modelMatrix: Mat4