Add cone and torus brush creation functions
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user