Taos API Reference
    Preparing search index...

    Interface QuantizedMeshEdges

    Boundary vertex index lists, in the order quantized-mesh stores them.

    interface QuantizedMeshEdges {
        west: Uint32Array;
        south: Uint32Array;
        east: Uint32Array;
        north: Uint32Array;
    }
    Index

    Properties

    Properties