Merge remote-tracking branch 'remotes/origin/vb_scalable_alloc'
This commit is contained in:
commit
c9a55c2c01
58 changed files with 456 additions and 301 deletions
|
@ -183,7 +183,8 @@ static void update_arrangepoly_slaprint(arrangement::ArrangePolygon &ret,
|
|||
|
||||
trafo_instance = trafo_instance * po.trafo().cast<float>().inverse();
|
||||
|
||||
auto polys = reserve_vector<Polygon>(3);
|
||||
Polygons polys;
|
||||
polys.reserve(3);
|
||||
auto zlvl = -po.get_elevation();
|
||||
|
||||
if (omesh) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue