Skip to content

Commit

Permalink
Merge pull request #9730 from smix8/navagent_simplify
Browse files Browse the repository at this point in the history
Update NavigationAgent doc with new simplify_path property
  • Loading branch information
skyace65 authored Aug 10, 2024
2 parents 85ad1c8 + ea26ff9 commit f86bf70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/navigation/navigation_using_navigationagents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The result of the pathfinding can be influenced with the following properties.
- The ``pathfinding_algorithm`` controls how the pathfinding travels through the navigation mesh polygons in the path search.
- The ``path_postprocessing`` sets if or how the raw path corridor found by the pathfinding is altered before it is returned.
- The ``path_metadata_flags`` enable the collection of additional path point meta data returned by the path.
- The ``simplify_path`` and ``simplify_epsilon`` properties can be used to remove less critical points from the path.

.. warning::

Expand Down

0 comments on commit f86bf70

Please sign in to comment.