feat(all): 更新文档

This commit is contained in:
plum
2026-05-06 22:16:20 +08:00
parent 8a1436d3a8
commit d2329a6854
14 changed files with 233574 additions and 133 deletions
@@ -74,6 +74,7 @@ outline: [2, 3]
#### `createGeometry(): PathTubeGeometry`
- 作用:创建管道几何体
- 行为说明:初始化 `PathTubeGeometry` 时会按整条路径的最大容量预分配顶点缓冲与索引缓冲。即使初始 `progress` 较小,后续动画推进也会尽量复用同一组缓冲区,避免在渲染过程中因为索引扩容而替换 `geometry.index`
- 入参:无
@@ -609,4 +610,3 @@ const clearVerticalPipes = () => {
- `packages/demo/src/panels/GoldMineScene/VentilationFillingPanel.vue`
- `packages/demo/src/panels/OilGasScene/DrillingAndCementingPanel.vue`
- `packages/demo/src/panels/OilGasScene/FluidApplicationPanel.vue`