godot-demo-projects/3d/navmesh/README.md

15 lines
305 B
Markdown
Raw Normal View History

2020-03-08 02:29:42 +01:00
# 3D Navigation Mesh
Navigation mesh demo for 3D scenes, with a character
able to pathfind around a complex 3D environment.
The navigation path is drawn using a line.
Code is provided for polyline following in 3D.
Language: GDScript
Renderer: GLES 3
## Screenshots
![Screenshot](screenshots/nav.png)