- Unity 5.x Game AI Programming Cookbook
- Jorge Palacios
- 85字
- 2021-07-09 19:37:50
Chapter 2. Navigation
In this chapter, we will cover the following recipes:
- Representing the world with grids
- Representing the world with Dirichlet domains
- Representing the world with points of visibility
- Representing the world with a self-made navigation mesh
- Finding your way out of a maze with DFS
- Finding the shortest path in a grid with BFS
- Finding the shortest path with Dijkstra
- Finding the best-promising path with A*
- Improving A* for memory: IDA*
- Planning navigation in several frames: time-sliced search
- Smoothing a path
推薦閱讀
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- 智能數據分析:入門、實戰與平臺構建
- Instant Autodesk AutoCAD 2014 Customization with .NET
- Hadoop集群與安全
- Unity 2018 By Example(Second Edition)
- 活用數據:驅動業務的數據分析實戰
- 云計算寶典:技術與實踐
- Spring MVC Beginner’s Guide
- Internet of Things with Python
- 數據應用工程:方法論與實踐
- 云工作時代:科技進化必將帶來的新工作方式
- 數據之美:一本書學會可視化設計
- 掌中寶:電腦綜合應用技巧
- 量化投資:交易模型開發與數據挖掘
- Redis 6開發與實戰