mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Merge remote-tracking branch 'remotes/origin/master' into vb_admesh_fix
This commit is contained in:
commit
7dd842b294
11 changed files with 222 additions and 13 deletions
|
@ -567,7 +567,7 @@ TriangleMesh TriangleMesh::convex_hull_3d() const
|
|||
{ // iterate through facet's vertices
|
||||
|
||||
orgQhull::QhullPoint p = vertices[i].point();
|
||||
const float* coords = p.coordinates();
|
||||
const auto* coords = p.coordinates();
|
||||
dst_vertices.emplace_back(coords[0], coords[1], coords[2]);
|
||||
}
|
||||
unsigned int size = (unsigned int)dst_vertices.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue