fix: SDF test files — core namespace qualification
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
using namespace vde::sdf;
|
using namespace vde::sdf;
|
||||||
using core::Point3D;
|
using vde::core::Point3D;
|
||||||
|
|
||||||
TEST(SdfToMesh, SphereProducesValidMesh) {
|
TEST(SdfToMesh, SphereProducesValidMesh) {
|
||||||
auto sphere = SdfNode::sphere(2.0);
|
auto sphere = SdfNode::sphere(2.0);
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
using namespace vde::sdf;
|
using namespace vde::sdf;
|
||||||
using core::Point3D;
|
using vde::core::Point3D;
|
||||||
using core::Vector3D;
|
using vde::core::Vector3D;
|
||||||
|
|
||||||
// ── Null/empty tree ──────────────────────────────────────────────
|
// ── Null/empty tree ──────────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user