fix: SDF nan/edge cases + B-Rep vertex index → ID fix + IGES 1-based DE + STEP cleanup
This commit is contained in:
@@ -128,7 +128,7 @@ TEST(SdfOptimize, Accessibility_OnSphere) {
|
||||
|
||||
// Point on sphere surface
|
||||
Point3D surface_point(1.0, 0.0, 0.0);
|
||||
Vector3D direction(-1.0, 0.0, 0.0); // pointing outward
|
||||
Vector3D direction(1.0, 0.0, 0.0); // outward normal
|
||||
|
||||
double score = accessibility(shape, surface_point, direction, 64);
|
||||
EXPECT_GT(score, 0.0) << "Should have some accessibility";
|
||||
|
||||
Reference in New Issue
Block a user