We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d8756 commit fa4d9fcCopy full SHA for fa4d9fc
src/geode/mesh/helpers/aabb_surface_helpers.cpp
@@ -55,7 +55,6 @@ namespace geode
55
bbox.add_point(
56
mesh.point( mesh.polygon_vertex( { p, v } ) ) );
57
}
58
- // bbox.extends( GLOBAL_EPSILON );
59
box_vector[p] = std::move( bbox );
60
} );
61
return AABBTree< dimension >{ box_vector };
0 commit comments