Implement BoneConstraint3D with Copy/ConvertTransfrom & TrackBone mods

This commit is contained in:
Silc Lizard (Tokage) Renew
2024-12-25 21:29:27 +09:00
parent be3ecaeb3c
commit 4a2a95678b
20 changed files with 3266 additions and 0 deletions

View File

@ -168,6 +168,8 @@
#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_convert_transform_modifier_3d.h"
#include "tests/scene/test_copy_transform_modifier_3d.h"
#include "tests/scene/test_gltf_document.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_path_follow_3d.h"