mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 18:25:55 +08:00
Merge branch 'vb_coord_t_64bit' of https://github.com/Prusa3d/PrusaSlicer into vb_coord_t_64bit
This commit is contained in:
commit
4df149bae1
@ -70,6 +70,9 @@ TriangleMesh::TriangleMesh(const Pointf3s &points, const std::vector<Vec3i> &fac
|
|||||||
stl_get_size(&stl);
|
stl_get_size(&stl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template TriangleMesh::TriangleMesh(const Pointf3s &points, const std::vector<Vec3i32> &facets);
|
||||||
|
template TriangleMesh::TriangleMesh(const Pointf3s &points, const std::vector<Vec3i64> &facets);
|
||||||
|
|
||||||
TriangleMesh::TriangleMesh(const indexed_triangle_set &M)
|
TriangleMesh::TriangleMesh(const indexed_triangle_set &M)
|
||||||
{
|
{
|
||||||
stl.stats.type = inmemory;
|
stl.stats.type = inmemory;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user