Animated preview component for loop cut operations.
Displays a dashed line along the loop cut path with animated movement to indicate where the cut will be made.
const path = findLoopCutPath(hoveredEdge, edges, faces, vertices);<LoopCutPreview path={path} color="#ffff00" /> Copy
const path = findLoopCutPath(hoveredEdge, edges, faces, vertices);<LoopCutPreview path={path} color="#ffff00" />
Animated preview component for loop cut operations.
Displays a dashed line along the loop cut path with animated movement to indicate where the cut will be made.