ResearchBib Share Your Research, Maximize Your Social Impacts
Sign for Notice Everyday Sign up >> Login

A NOVEL PATH FINDING TECHNIQUE AI IN 3D

Journal: International Journal of Research in Computer Science and Management (Vol.1, No. 2)

Publication Date:

Authors : ; ;

Page : 4-66

Keywords : Path finding; Steer behavior in 3D games; Artificial Intelligent; Breath First Search; Dijkstra Algorithm.;

Source : Downloadexternal Find it from : Google Scholarexternal

Abstract

The paper proposes a path finding algorithm for steer behavior for game and simulation project. The proposed algorithm uses features of existing well-known path finding algorithms: Breath First Search (BFS) and Dijkstra. It is like other graph-searching algorithms in that it can potentially search a huge area of the map. It's like Dijkstra's algorithm in that it can be used to find a shortest path. It's like BFS in that it can use a heuristic to guide itself. So it combines the pieces of information that Dijkstra's algorithm uses (favoring vertices that are close to the starting point) and information that BFS uses (favoring vertices that are close to the goal).

Last modified: 2016-11-03 18:07:22