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

    Function updateVertexPosition

    • Update a vertex to an absolute position.

      Handles deduplicated vertices by updating all original buffer indices.

      Parameters

      • geometry: BufferGeometry

        The BufferGeometry to modify

      • vertexIndex: number

        Index of the unique vertex

      • position: [number, number, number]

        New absolute position [x, y, z]

      • Optionalvertices: VertexData[]

        Optional vertex data for deduplication mapping

      Returns void