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

    Function EdgeLine

    • Interactive edge line component.

      Renders a line between two vertices that can be selected. Use the renderControl prop to provide custom transform controls.

      Parameters

      Returns Element | null

      <EdgeLine
      edge={edge}
      vertices={vertices}
      selected={isSelected}
      onSelect={handleSelect}
      onMoveVertices={handleMove}
      renderControl={({ center, onMoveByDelta, onTransform }) => (
      <PivotControls
      anchor={[0, 0, 0]}
      position={center}
      onDrag={(matrix) => { ... }}
      />
      )}
      />