- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 150字
- 2021-06-24 15:23:30
Nav Link Proxy
By default, if there is a ledge, the AI will not fall through it, even if it would be the shortest path they could take to get to their destination. In fact, the Nav Mesh on top of the ledge is not (directly) connected with the Nav Mesh at the bottom. However, the Unreal Navigation System provides a way to connect two arbitrary triangles in the Nav Mesh through what is called a Nav Link Proxy.
Although the regions are connected, and the pathfinder will find the correct road, the AI cannot go against the rules of the game, both in terms of physics or game mechanics. This means that if the AI is unable to jump or traverse a magic wall, the character will get stuck since the pathfinder returned a path, but the character cannot execute it.
Let's explore this tool in more detail.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Java 9 Concurrency Cookbook(Second Edition)
- Python從小白到大牛
- Mastering Selenium WebDriver
- Mastering SVG
- Learning Bayesian Models with R
- Symfony2 Essentials
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- 量子計(jì)算機(jī)編程:從入門到實(shí)踐
- Selenium Essentials
- 深度學(xué)習(xí):基于Python語言和TensorFlow平臺(tái)(視頻講解版)
- Learning Unity Physics
- Comprehensive Ruby Programming
- Clojure High Performance Programming
- Mastering Assembly Programming