@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Interface GeometryMappings

    Result of extracting vertices with position deduplication mappings.

    interface GeometryMappings {
        uniqueVertices: VertexData[];
        vertexIndexMap: Map<number, number>;
    }
    Index

    Properties

    uniqueVertices: VertexData[]

    Array of unique vertices (deduplicated by position)

    vertexIndexMap: Map<number, number>

    Maps original buffer index to unique vertex index