• Joined on 2024-12-19
tian pushed to 2026 at tian/NavisworksTransport 2025-09-04 04:32:50 +00:00
d75582d664 用节点类型(是否只包含几何体)来进行节点包含判断,废掉包围盒的方式。
tian pushed to 2026 at tian/NavisworksTransport 2025-09-04 02:22:14 +00:00
2cd3772105 将节点关系和几何体关系代码从动画管理器中抽取出来,形成工具类
tian pushed to 2026 at tian/NavisworksTransport 2025-09-04 02:13:39 +00:00
tian pushed to 2026 at tian/NavisworksTransport 2025-09-03 17:48:22 +00:00
8438d809ae 修复测试记录重复的BUG
tian pushed to 2026 at tian/NavisworksTransport 2025-09-03 17:03:09 +00:00
d09ac6434b 增加包围盒为基础的2.5D网格生成方法。
tian pushed to 2026 at tian/NavisworksTransport 2025-09-03 06:09:50 +00:00
0b27c609c3 增加了时间线和路径规划的UI原型
tian pushed to 2026 at tian/NavisworksTransport 2025-09-02 10:50:09 +00:00
c40e1219a7 修改程序关闭崩溃的bug
tian pushed to 2026 at tian/NavisworksTransport 2025-09-01 13:42:29 +00:00
3c1458245c 清理了一些过期代码
tian pushed to 2026 at tian/NavisworksTransport 2025-09-01 10:37:14 +00:00
508c3e8e79 修改路径点预览效果和退出清理的bug
tian pushed to 2026 at tian/NavisworksTransport 2025-09-01 07:40:52 +00:00
e72e581f85 去掉了传统路径算法
tian pushed to 2026 at tian/NavisworksTransport 2025-09-01 03:42:13 +00:00
c71ae54ed0 对空间索引进行参数调试。
tian pushed to 2026 at tian/NavisworksTransport 2025-08-31 09:55:42 +00:00
385815cd28 文档更新
f05a6c30d0 自动路径优化第二阶段完成,稳定性提高。
Compare 2 commits »
tian pushed to 2026 at tian/NavisworksTransport 2025-08-31 08:47:31 +00:00
c3c1b8b994 网格生成第一阶段,空间索引优化,性能提高3倍
tian pushed to 2026 at tian/NavisworksTransport 2025-08-31 07:45:51 +00:00
6893b7efeb 完善了碰撞报告
3df7124cf8 修复路径切换时后台数据和UI数据不同步的问题
Compare 2 commits »
tian pushed to 2026 at tian/NavisworksTransport 2025-08-30 16:50:50 +00:00
6efabb6dae 修复自动路径结束的状态bug
tian pushed to 2026 at tian/NavisworksTransport 2025-08-30 15:14:49 +00:00
1ae3ace54e 增加了修改路径点的功能。
tian pushed to 2026 at tian/NavisworksTransport 2025-08-30 13:59:13 +00:00
0f8728ca4a 完成了添加路径点的功能。
b7cbc64dd4 修复路径点插入位置问题,新路径点现在会插入到预览连线显示的正确位置
Compare 2 commits »
tian pushed to 2026 at tian/NavisworksTransport 2025-08-30 12:54:52 +00:00
1e046e1e4d 增加添加路径点功能,还差智能插入位置和预览连线功能。
tian pushed to 2026 at tian/NavisworksTransport 2025-08-30 06:58:10 +00:00
5938c817a4 修改碰撞间隙不一致的问题,自动规划显示网格大小
tian pushed to 2026 at tian/NavisworksTransport 2025-08-29 19:41:24 +00:00
f91d142bc7 采用包围体方法代替射线法进行垂直扫描,效果还可以。