Add initial 'NavigationObstacle' and 'NavigationRegion' tests

This commit is contained in:
Pawel Lampe
2023-02-21 20:10:27 +01:00
parent 33957aee69
commit b54c3e7e5e
5 changed files with 244 additions and 0 deletions

View File

@@ -98,6 +98,10 @@
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_navigation_agent_2d.h"
#include "tests/scene/test_navigation_agent_3d.h"
#include "tests/scene/test_navigation_obstacle_2d.h"
#include "tests/scene/test_navigation_obstacle_3d.h"
#include "tests/scene/test_navigation_region_2d.h"
#include "tests/scene/test_navigation_region_3d.h"
#include "tests/scene/test_node.h"
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_3d.h"