Add unit tests for HeightMapShape3D

Added test cases for constructor and property getters/setters:
- Map width, depth, and data
- Minimum and maximum height
- Update map data from image
This commit is contained in:
Leon Stansfield 2024-08-03 18:18:34 +01:00 committed by Rémi Verschelde
parent 835808ed8f
commit 6c4ee85f29
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 123 additions and 0 deletions

View file

@ -155,6 +155,7 @@
#include "tests/scene/test_arraymesh.h"
#include "tests/scene/test_camera_3d.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"
#include "tests/scene/test_primitives.h"