Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pathfinding [2020/11/06 09:41] – created adminpathfinding [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Pathfinding ====== 
  
-{{::pathfinding.jpg?nolink|}} 
- 
-Pathfinding is of course a very popular mechanism used in many games. Developers very often use it in controlling enemies or opponents. 
-Gorilla3D provides an easy to use component based on AStar algorithm. 
-The TGorillaPathfindingAStar component helps you manage those automated movements. It abstracts your 3D world and obstacles into a 2D-Plane to compute a path from a starting point to a destination.