fix: SDF test files — core namespace qualification
CI / Build & Test (push) Failing after 33s
CI / Release Build (push) Failing after 37s

This commit is contained in:
茂之钳
2026-07-24 07:11:03 +00:00
parent 89640cc33b
commit 6418097f98
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <gtest/gtest.h>
using namespace vde::sdf;
using core::Point3D;
using vde::core::Point3D;
TEST(SdfToMesh, SphereProducesValidMesh) {
auto sphere = SdfNode::sphere(2.0);
+2 -2
View File
@@ -3,8 +3,8 @@
#include <cmath>
using namespace vde::sdf;
using core::Point3D;
using core::Vector3D;
using vde::core::Point3D;
using vde::core::Vector3D;
// ── Null/empty tree ──────────────────────────────────────────────