From 6418097f98d02c056e7b5351264f487c0685da5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Fri, 24 Jul 2026 07:11:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20SDF=20test=20files=20=E2=80=94=20core=20?= =?UTF-8?q?namespace=20qualification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/sdf/test_sdf_to_mesh.cpp | 2 +- tests/sdf/test_sdf_tree.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sdf/test_sdf_to_mesh.cpp b/tests/sdf/test_sdf_to_mesh.cpp index bad54a5..ae0d305 100644 --- a/tests/sdf/test_sdf_to_mesh.cpp +++ b/tests/sdf/test_sdf_to_mesh.cpp @@ -2,7 +2,7 @@ #include using namespace vde::sdf; -using core::Point3D; +using vde::core::Point3D; TEST(SdfToMesh, SphereProducesValidMesh) { auto sphere = SdfNode::sphere(2.0); diff --git a/tests/sdf/test_sdf_tree.cpp b/tests/sdf/test_sdf_tree.cpp index 06ae50c..c16a9ff 100644 --- a/tests/sdf/test_sdf_tree.cpp +++ b/tests/sdf/test_sdf_tree.cpp @@ -3,8 +3,8 @@ #include using namespace vde::sdf; -using core::Point3D; -using core::Vector3D; +using vde::core::Point3D; +using vde::core::Vector3D; // ── Null/empty tree ──────────────────────────────────────────────