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

    Interface LoopCutResult

    Result of executing a loop cut operation.

    interface LoopCutResult {
        geometry: BufferGeometry;
        newVertexIndices: number[];
    }
    Index

    Properties

    geometry: BufferGeometry

    The new geometry with the loop cut applied

    newVertexIndices: number[]

    Indices of the newly created vertices