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

    Function extractVerticesWithMappings

    • Extract vertices from a BufferGeometry with position deduplication.

      Vertices at the same position are merged into a single VertexData entry, with originalIndices tracking all buffer indices that share that position.

      Parameters

      • geometry: BufferGeometry

        The Three.js BufferGeometry to extract from

      Returns GeometryMappings

      Mappings containing unique vertices and index mapping