1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #101136 from JulianHeuser/master

Add test for GLTFDocument
This commit is contained in:
Rémi Verschelde
2025-01-07 00:45:14 +01:00
5 changed files with 563 additions and 0 deletions

View File

@@ -171,6 +171,7 @@
#include "tests/scene/test_arraymesh.h"
#include "tests/scene/test_camera_3d.h"
#include "tests/scene/test_gltf_document.h"
#include "tests/scene/test_height_map_shape_3d.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_path_follow_3d.h"