Expose TriangleMesh api functions wrapped for scripting

Adds script wrapped TriangleMesh api functions to create and query the triangle BVH tree.
This commit is contained in:
smix8
2025-03-25 19:43:15 +01:00
parent c7ea8614d7
commit f2197a1013
5 changed files with 250 additions and 12 deletions

View File

@@ -161,6 +161,7 @@
#endif // ADVANCED_GUI_DISABLED
#ifndef _3D_DISABLED
#include "tests/core/math/test_triangle_mesh.h"
#include "tests/scene/test_arraymesh.h"
#include "tests/scene/test_camera_3d.h"
#include "tests/scene/test_gltf_document.h"