smix8
649373439d
Fix wrong information on NavigationLayers page
...
Removes the parts that state that the navigation layers have anything to do with how a navigation map merges the navigation regions or navigation mesh polygons. Also corrects wrong statement about changing the navigation layers of a region as that change requires a server sync.
(cherry picked from commit 3ba1dd072c )
2024-07-24 21:09:49 +02:00
smix8
f2e3eade9c
Update some navigation code examples
...
Updates some navigation code examples.
(cherry picked from commit cac53e5d15 )
2024-07-24 20:28:04 +02:00
smix8
d71d4b9d0f
Mention passing side assumption of RVO avoidance
...
Mentions passing side assumption of RVO avoidance.
(cherry picked from commit bb3d8dc185 )
2024-07-24 20:27:00 +02:00
smix8
21aabe55be
Update navigation mesh baking doc
...
Updates navigation mesh baking doc.
2024-01-25 09:39:00 +01:00
smix8
c6bcf5389c
Update Navigation Overview for new obstacles
...
Updates Navigation Overview for new obstacles.
2023-09-20 23:47:05 +02:00
smix8
6d6067822f
Update navigation different actor types for new SourceGeometryData
...
Updates navigation different actor types for new SourceGeometryData.
2023-06-25 19:31:54 +02:00
smix8
7e018df856
Update NavigationAgent velocity description
...
Update NavigationAgent velocity description.
2023-06-13 22:35:01 +02:00
smix8
cf2db6280e
Update NavigationObstacle API doc
...
Updates NavigationObstacle API doc.
2023-06-10 16:44:01 +02:00
smix8
15e35f27d2
Update navigation examples that use NavigationMesh.create_from_mesh()
...
Updates navigation examples that use NavigationMesh.create_from_mesh()
2023-06-01 11:40:13 +02:00
smix8
837ac94c0a
Fix NavigationLink doc using old property names
...
Fixes NavigationLink doc using old property names
2023-05-31 18:54:05 +02:00
smix8
edb7d9e02e
Minor fixes to navigationagent doc
...
Addes some minor fixes to navigationagent doc.
2023-05-27 12:40:26 +02:00
smix8
faeb8ebd96
Remove agent avoidance page
...
Removes agent avoidance page.
2023-05-26 12:08:33 +02:00
smix8
9f4ef23a9a
Fix wrong navigation agent example code
...
Fixes wrong navigation agent example code.
2023-05-18 21:24:58 +02:00
smix8
cf9760d61a
Update NavigationAgent doc for avoidance rework
...
Updates NavigationAgent doc for avoidance rework.
2023-05-18 14:37:31 +02:00
smix8
bf8426915a
Update NavigationObstacle doc for avoidance rework
...
Updates NavigationObstacle doc for avoidance rework.
2023-05-12 05:51:38 +02:00
smix8
9e0706b087
Fix NavigationAgent script examples
...
Fixes NavigationAgent script examples.
2023-04-20 21:42:07 +02:00
smix8
ca66575498
Add NavigationLinks to navigation overviews
...
Adds NavigationLinks to navigation overviews.
2023-04-05 01:50:19 +02:00
smix8
7f6c15beab
Add navigation documentation how to improve performance ( #6879 )
...
Adds documentation page about how to improve performance for navigation mesh baking and pathfinding.
2023-03-15 12:24:06 -07:00
smix8
f90693c3cf
Add NavigationAgent.is_navigation_finished() early return to script examples to avoid in-place jitter
...
Adds early return to script examples for NavigationAgent path following when NavigationAgent.is_navigation_finished() is true.
2023-02-15 13:21:07 +01:00
smix8
0c4dd78bbe
Fix navigation basic setup confusing instructions / images
...
Fixes some confusing images and instructions in the basic setup section as it is not required to place the character below a NavigationRegion node, it can be placed anywhere.
2023-02-13 01:38:20 +01:00
smix8
7af155b8cf
Fix errors in navigation_layers bitmask example
...
Fixes errors in navigation_layers example like wrong property names or missing string closure.
2023-02-12 00:58:50 +01:00
smix8
7109df73f3
Update NavigationAgent doc with 'location' to 'position' rename
2023-01-25 03:06:41 +01:00
smix8
085912e639
Add doc for Navigation Debug PerformanceMonitor
...
Adds documentation for Navigation Debug PerformanceMonitor.
2023-01-21 21:49:37 +01:00
smix8
ba40296563
Fix NavigationRegion choice paralysis
...
Users were clearly overwhelmed with this choice what to pick.
2023-01-11 22:36:24 +01:00
smix8
0443713ca1
Fix missing var in NavigationAgent script example
...
Fixes missing var for CharacterBody3D NavigationAgent script example.
2023-01-11 21:20:06 +01:00
smix8
dcc9cfae1c
Add detail for common NavigationMesh user misconceptions
...
Adds note and more detailed explanation for common navigation mesh or navigation system user misconceptions.
2023-01-11 09:21:44 +01:00
smix8
9b190a7254
Clarify NavigationServer created regions
...
Clarify that NavigationServer create navigation regions do not join a navigation map automatically like a NavigationRegion node would. The server API created regions need a manual map assignment with region_set_map().
2023-01-03 03:33:53 +01:00
smix8
512307b829
Fix Navigation doc for different actor types due to recent renames
...
Fixes Navigation doc for different actor types due to recent renames.
2022-12-25 18:33:15 +01:00
smix8
f3836770ca
Fix NavigationServers doc due to recent renames
...
Fixes NavigationServers doc page due to recent function renames.
2022-12-19 20:47:52 +01:00
smix8
0833423019
Add documentation for NavigationPathQuery objects
...
Adds documentation how to use the NavigationPathQueryParameters and NavigationPathQueryResult objects.
2022-12-19 20:13:18 +01:00
smix8
6927eed8f6
Fix NavigationMeshes doc due to recent renames
...
Fixes NavigationMeshes doc page due to recent function renames and other navigation anti-abbreviations changes.
2022-12-18 03:14:06 +01:00
smix8
0c2058cb96
Add doc for NavigationLinks
...
Adds documentation for the new NavigationLinks with cross-ref to other relevant topics.
2022-10-13 10:39:04 +02:00
smix8
4e41ed13f2
Fix Navigation index order to make thematically more sense
...
The original index from all the Navigation pullrequests was ordered from beginner / core topics to more sophisticated / focused / niche topics but this got mixed up due to splitting the pr's and the order the pr's were merged.
2022-10-11 18:39:10 +02:00
smix8
1c7003ddbb
Add missing baked_navmesh image
2022-10-11 10:36:43 +02:00
smix8
60cf1951af
Add doc for NavigationRegions
...
Adds documentation for NavigationRegions and NavigationServer API use.
2022-10-11 06:21:30 +02:00
smix8
d373dd8784
Add doc for direct NavigationServer path queries
...
Adds documentation how to use a navigation path that is obtained by the NavigationServer API directly without the help of NavigationAgent nodes.
2022-10-11 06:16:31 +02:00
smix8
bb5424a665
Add doc for NavigationLayers and area access
...
Adds documentation for NavigationLayers and how to use the bitmask for gameplay features like area access.
2022-10-11 06:11:33 +02:00
smix8
0691cba9cb
Add doc for NavigationMesh connections and NavigationDebug
...
Adds documentation how to merge and / or connect different navigationmeshes and how to use the available navigation debug functions.
2022-10-11 06:07:37 +02:00
smix8
594911cf33
Add doc for NavigationServer, NavigationAgent and RVO agent avoidance
...
Adds documentation for NavigationServer with focus on topics not explained in the class documentation.
Adds documentation for NavigationAgent node use and caveats.
Adds documentation for RVO agent avoidance.
2022-10-11 05:49:08 +02:00
smix8
cfc023737d
Add doc for 2D & 3D navigationmesh generation
...
Adds documentation how to create navigationmesh / navpolygons for 2D and 3D both with editor tools as well with scripts + some technical background stuff.
2022-10-11 05:44:10 +02:00
smix8
203c912b9a
Add doc for NavigationObstacle nodes and NavigationServerAPI use for obstacle agents
...
Document NavigationObstacles nodes and NavigationServer API use for obstacle agents.
2022-10-11 05:35:10 +02:00
smix8
0babdc92d1
Add doc for navigation maps, different actor types, and actor locomotion
...
Adds documentation for navigation maps and how to support actors of different types (e.g. size) and with different locomotion states (e.g. crawling).
2022-10-05 23:37:39 +02:00
smix8 and Rémi Verschelde
869830c6ba
Document MeshLibrary navmesh export ( #5863 )
...
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2022-06-08 13:31:52 +02:00
smix8
5cbff38341
Add missing Navigation category
...
Add missing Navigation category
2022-06-04 00:15:12 +02:00
smix8
274a98b410
doc AnimationNodeTimeSeek clarify usage and code example
...
doc AnimationNodeTimeSeek clarify usage and code example
2021-04-17 21:41:08 +02:00