YHH
068ca4bf69
feat(spatial): 空间查询和索引系统 (#324)
* feat(spatial): 添加空间查询包
- ISpatialQuery: 空间查询接口
- findInRadius, findInRect, findNearest, findKNearest
- raycast, raycastFirst
- IBounds, IRaycastHit, SpatialFilter 类型
- ISpatialIndex: 空间索引接口
- insert, remove, update, clear, getAll
- GridSpatialIndex: 网格空间索引实现
- 基于均匀网格的空间划分
- 支持所有 ISpatialQuery 操作
- 工具函数
- createBounds, isPointInBounds, boundsIntersect
- distanceSquared, distance
* feat(spatial): 添加空间查询蓝图节点
- 添加 FindInRadius/FindInRect/FindNearest/FindKNearest 节点
- 添加 Raycast/RaycastFirst 射线检测节点
- 每个节点包含模板和执行器
- 使用 menuPath: ['Spatial', ...] 组织节点菜单
2025-12-25 12:15:06 +08:00
..
2025-12-23 15:34:01 +08:00
2025-12-24 20:57:08 +08:00
2025-12-16 12:46:14 +08:00
2025-12-22 10:52:54 +08:00
2025-12-24 20:57:08 +08:00
2025-12-25 11:35:29 +08:00
2025-12-24 20:57:08 +08:00
2025-12-23 15:34:01 +08:00
2025-12-19 17:48:18 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-23 15:34:01 +08:00
2025-12-19 18:40:19 +08:00
2025-12-19 22:46:33 +08:00
2025-12-22 10:52:54 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-19 15:33:36 +08:00
2025-12-19 15:33:36 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 22:49:29 +08:00
2025-12-24 22:49:29 +08:00
2025-12-24 22:49:29 +08:00
2025-12-24 20:57:08 +08:00
2025-12-19 17:48:18 +08:00
2025-12-24 20:57:08 +08:00
2025-12-19 15:33:36 +08:00
2025-12-24 20:57:08 +08:00
2025-12-08 21:23:37 +08:00
2025-12-22 10:52:54 +08:00
2025-12-08 21:26:35 +08:00
2025-12-10 18:23:29 +08:00
2025-12-24 20:57:08 +08:00
2025-12-25 11:00:43 +08:00
2025-12-22 10:52:54 +08:00
2025-12-24 20:57:08 +08:00
2025-12-25 12:15:06 +08:00
2025-12-19 15:33:36 +08:00
2025-12-24 20:57:08 +08:00
2025-12-19 15:33:36 +08:00
2025-12-24 20:57:08 +08:00
2025-12-08 21:23:37 +08:00
2025-12-24 20:57:08 +08:00
2025-12-24 20:57:08 +08:00