标签: c# grid path-finding a-star voxel
我必须在复杂的3D环境中实现路径寻找算法。我的输入是一个CATIA模型,可以导出为stl或stp。
经过一些研究,我认为我最好的选择是将A * Path-finding应用于体素世界。
我在C#编码。
我的问题是: