Map road-seeking method and system
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- TENCENT TECH (SHENZHEN) CO LTD
- Publication Date
- 2011-09-14
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to map pathfinding technology, in particular to a map pathfinding method and system based on a navigation grid. Background technique
[0002] With the continuous development of online games, in games based on three-dimensional (3D) scenes, it is often necessary to realize the movement of virtual objects in the scene, and the problem of pathfinding is involved in the moving process. In the field of game pathfinding, A * Pathfinding algorithm is a widely used artificial intelligence technology, A * The pathfinding algorithm is actually a heuristic search, which uses an evaluation function to evaluate the value of each decision and decide which solution to try first. Specifically, the so-called heuristic search means that when the current search node selects the next node, a heuristic function can be used to select the node with the least cost, such as the node closest to the current node, as the next search node, and Jump to the ...