Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 933 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 933 Bytes

pathfinder

navmesh pathfinder

基于unity3d的navigation的寻路 从unity3d导出mesh数据,基于数据实现的寻路算法 image

###绕过障碍寻路

image

###忽略障碍寻路

image

###两点直线,不忽略障碍 image

###两点直线,忽略障碍 image

###生成九宫格,方更快速查找多边形和快速判断是否可走 image

tile pathfinder

###寻路 image

###直线 image

way point pathfinder

###寻路 image