pandemonium_engine/modules/navigation
Relintai b7892d6baf Backported from godot4: Implement NavigationMesh bake area.
Adds two new properties to NavigationMesh resources to restrict the navmesh baking to an area enclosed by an AABB with volume.
- smix8
0c4d99f4fd
2023-06-05 14:24:42 +02:00
..
config.py Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
nav_map.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
nav_map.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
nav_region.cpp Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
nav_region.h Ported: [3.5] Replace Navigation std::vector use with LocalVector 2022-07-30 00:44:53 +02:00
nav_rid.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
nav_utils.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
navigation_mesh_editor_plugin.cpp Added in NavigationMeshGeneratorDummy and set up initialization. 2023-06-03 20:00:42 +02:00
navigation_mesh_editor_plugin.h Added in NavigationMeshGeneratorDummy and set up initialization. 2023-06-03 20:00:42 +02:00
navigation_mesh_generator.cpp_off Backported from godot4: Implement NavigationMesh bake area. 2023-06-05 14:24:42 +02:00
navigation_mesh_generator.h_off Added in NavigationMeshGeneratorDummy and set up initialization. 2023-06-03 20:00:42 +02:00
pandemonium_navigation_2d_server.cpp Ported the improvements to the NavigationPolygon from the aforementioned pull request. 2023-06-05 14:13:02 +02:00
pandemonium_navigation_2d_server.h Split NavigationPolygon and NavigationPolygonInstance into 2 files. Also renamedNavigationPolygonInstance to NavigationRegion2D. 2023-06-03 16:54:48 +02:00
pandemonium_navigation_server.cpp Added in NavigationMeshGeneratorDummy and set up initialization. 2023-06-03 20:00:42 +02:00
pandemonium_navigation_server.h Fix compile and small cleanups after the backports. 2022-12-22 15:24:53 +01:00
register_types.cpp Added in NavigationMeshGeneratorDummy and set up initialization. 2023-06-03 20:00:42 +02:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
rvo_agent.cpp Fix crash of navigation agents callback when object is invalid 2022-07-29 09:04:03 +02:00
rvo_agent.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
SCsub Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00