Add convex hull node

This commit is contained in:
Dennis Kobert
2026-07-06 19:23:55 -07:00
committed by Keavon Chambers
parent 6a54dcb5da
commit 0c216d2871
5 changed files with 482 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ vector-nodes = { path = "node-graph/nodes/vector" }
repeat-nodes = { path = "node-graph/nodes/repeat" }
math-nodes = { path = "node-graph/nodes/math" }
path-bool-nodes = { path = "node-graph/nodes/path-bool" }
convex-hull-nodes = { path = "node-graph/nodes/convex_hull" }
graph-craft = { path = "node-graph/graph-craft" }
graph-storage = { path = "document/graph-storage", default-features = false }
document-format = { path = "document/document-format" }