mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-23 06:39:23 -07:00
Use Transform3d in place of Transform3f as parameter of mesh transform functions
This commit is contained in:
@@ -1256,7 +1256,7 @@ void GLGizmoFlatten::update_planes()
|
||||
#if ENABLE_MODELVOLUME_TRANSFORM
|
||||
{
|
||||
TriangleMesh vol_ch = vol->get_convex_hull();
|
||||
vol_ch.transform(vol->get_matrix().cast<float>());
|
||||
vol_ch.transform(vol->get_matrix());
|
||||
ch.merge(vol_ch);
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user