Useful backend improvements from sla volumes branch
This commit is contained in:
parent
9a682a10cb
commit
2144f81bf1
25 changed files with 1126 additions and 429 deletions
|
@ -318,6 +318,10 @@ private:
|
|||
inline SupportData(const TriangleMesh &t)
|
||||
: input{t.its, {}, {}}
|
||||
{}
|
||||
|
||||
inline SupportData(const indexed_triangle_set &t)
|
||||
: input{t, {}, {}}
|
||||
{}
|
||||
|
||||
void create_support_tree(const sla::JobController &ctl)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue