Add cone and torus geometry support in whitebox-topology.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user