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

    Function executeLoopCut

    • Execute a loop cut on a geometry.

      This creates new vertices at the cut points and splits the affected faces, effectively adding a new edge loop to the mesh.

      Parameters

      • geometry: BufferGeometry

        The original BufferGeometry

      • loopCutPath: LoopCutPath

        The loop cut path to execute

      • _vertices: VertexData[]

        Vertex data (unused, mapping extracted from geometry)

      • _faces: FaceData[]

        Face data (unused)

      Returns LoopCutResult

      Result containing the new geometry and new vertex indices