洗脑篇 https://www.jianshu.com/p/4c9c9e40d44d
编译RecastNavigation https://www.jianshu.com/p/41dd36b43afb
recast基础概念 https://www.jianshu.com/p/c0d209630c6b
recast代码分析之solomesh(上) https://www.jianshu.com/p/58d12bbed6b0
recast代码分析之solomesh(中上) https://www.jianshu.com/p/3c0b46186167
recast代码分析之solomesh(中) https://www.jianshu.com/p/3f08fe9827fb
recast代码分析之solomesh(中下) https://www.jianshu.com/p/f1aeb61bff32
recast代码分析之solomesh(下) https://www.jianshu.com/p/4c9c9e40d44d
recast迷惑代码大赏 https://www.jianshu.com/p/19be9a4f2e14
Layer partitioning算法 https://www.jianshu.com/p/f6cd9b7696f6
动态阻挡的处理 https://www.jianshu.com/p/88560d99f1e5
RecastNavigation的黑话收集 https://www.jianshu.com/p/b425e28ccdae
由于接下来的工作重心要转移到物理引擎方面,所以导航网格就先更新到这里,后面有空在补TileMesh和动态阻挡的内容
我将solomesh和TempObstacle模块都从原项目中抽出来了,可以通过读取二进制的场景预处理文件来单独处理寻路,可以从github上获取代码https://github.com/ZLSYMDJ/NavMeshDemo
/////////////////////////////////2020年4月更新////////////////////////////////////
关于动态阻挡的部分也补上了,这个系列目前算是完结辣
另外再推荐几个导航网格的学习资料
recastnav的google讨论组
http://groups.google.com/group/recastnavigation
作者的博客,讲了很多实现的细节,非常推荐有时间多看
http://digestingduck.blogspot.com/
一个java实现的导航网格库的学习文档,非常详细的讲解了导航网格的生成过程
http://critterai.org/projects/nmgen_study/
上面这个英文文档的翻译
https://blog.csdn.net/needmorecode/column/info/25818
网友评论