@twinfinity/core
    Preparing search index...

    Interface AggregatedSlab

    The slab a LineAggregator emits on each rebuild, tagged with the rendering group it belongs to. Consumers route each rebuild to the corresponding LineRenderer instance.

    interface AggregatedSlab {
        renderingGroupId: number;
        slab: SegmentSlab;
    }
    Index

    Properties

    renderingGroupId: number

    Rendering group this slab targets.

    Combined slab for one rendering group. View backed by aggregator-owned typed arrays.