- 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
推薦閱讀
- Access 2016數據庫教程(微課版·第2版)
- 云計算環境下的信息資源集成與服務
- 正則表達式必知必會
- Redis應用實例
- Oracle高性能自動化運維
- 大數據Hadoop 3.X分布式處理實戰
- 大話Oracle Grid:云時代的RAC
- MySQL 8.x從入門到精通(視頻教學版)
- Oracle PL/SQL實例精解(原書第5版)
- SQL應用及誤區分析
- 數據科學實戰指南
- INSTANT Android Fragmentation Management How-to
- Expert Python Programming(Third Edition)
- Google Cloud Platform for Architects
- 云原生架構:從技術演進到最佳實踐