Add cone and torus geometry support in whitebox-topology.ts

This commit is contained in:
2026-04-15 09:06:53 +02:00
parent 4b46b854d6
commit 36c059b5c7

View File

@@ -11,17 +11,31 @@ import {
WEDGE_FACE_LABELS,
WEDGE_VERTEX_IDS,
WEDGE_VERTEX_LABELS,
getConeEdgeIds,
getConeFaceIds,
getConeVertexIds,
getRadialPrismEdgeIds,
getRadialPrismFaceIds,
getRadialPrismVertexIds,
getTorusEdgeIds,
getTorusFaceIds,
getTorusVertexIds,
type Brush,
type BoxEdgeId,
type BoxFaceId,
type BoxVertexId,
type ConeBrush,
type ConeEdgeId,
type ConeFaceId,
type ConeVertexId,
type RadialPrismBrush,
type RadialPrismEdgeId,
type RadialPrismFaceId,
type RadialPrismVertexId,
type TorusBrush,
type TorusEdgeId,
type TorusFaceId,
type TorusVertexId,
type WhiteboxEdgeId,
type WhiteboxFaceId,
type WhiteboxVertexId,