Add cone and torus brush creation functions

This commit is contained in:
2026-04-15 09:10:12 +02:00
parent 5a7fd67f1f
commit fbbd637edd

View File

@@ -128,12 +128,15 @@ import {
} from "../entities/entity-instances";
import {
cloneBrushGeometry,
createConeBrush,
createRadialPrismBrush,
createTorusBrush,
createWedgeBrush,
deriveBrushSizeFromGeometry,
scaleBrushGeometryToSize,
updateBrush,
DEFAULT_BOX_BRUSH_SIZE,
DEFAULT_TORUS_BRUSH_SIZE,
type Brush,
type BrushGeometry,
type BoxBrush,