feat: Sprint 9 — 3D Delaunay/B-Rep/Boolean 测试补全 + 文档更新
CI / Build & Test (push) Failing after 16m58s
CI / Release Build (push) Failing after 34s

This commit is contained in:
茂之钳
2026-07-23 14:17:07 +00:00
parent 762ca66ee3
commit 785250c2b1
9 changed files with 613 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
| **S6** | boolean | 2D 布尔运算 | ✅ 基础完成 |
| **S7** | 测试 + 示例 | 11 个测试文件、6 个示例 | ✅ 完成 |
| **S8** | 补齐实现 | mesh simplify/smooth/boolean、Octree/KDTree/RTree | ✅ 完成 |
| **S9** | 3D 扩展 | 3D Delaunay、3D 布尔运算、B-Rep 支持 | 📋 规划中 |
| **S9** | 3D 扩展 | 3D Delaunay、3D 布尔运算、B-Rep 支持 | 🔄 进行中 |
---