Merge remote-tracking branch 'remotes/origin/vb_scalable_alloc'

This commit is contained in:
Vojtech Bubnik 2023-04-21 16:28:39 +02:00
commit c9a55c2c01
58 changed files with 456 additions and 301 deletions

View file

@ -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) {