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"; } from "../entities/entity-instances";
import { import {
cloneBrushGeometry, cloneBrushGeometry,
createConeBrush,
createRadialPrismBrush, createRadialPrismBrush,
createTorusBrush,
createWedgeBrush, createWedgeBrush,
deriveBrushSizeFromGeometry, deriveBrushSizeFromGeometry,
scaleBrushGeometryToSize, scaleBrushGeometryToSize,
updateBrush, updateBrush,
DEFAULT_BOX_BRUSH_SIZE, DEFAULT_BOX_BRUSH_SIZE,
DEFAULT_TORUS_BRUSH_SIZE,
type Brush, type Brush,
type BrushGeometry, type BrushGeometry,
type BoxBrush, type BoxBrush,