1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Removed obsolete references to tech ENABLE_MODELINSTANCE_3D_FULL_TRANSFORM

This commit is contained in:
Enrico Turri
2018-11-01 08:50:54 +01:00
parent 00222226ed
commit 0d282896d0
2 changed files with 0 additions and 18 deletions
-6
View File
@@ -497,13 +497,7 @@ private:
Eigen::MatrixXi m_F; // facets indices
struct SourceDataSummary {
BoundingBoxf3 bounding_box;
#if !ENABLE_MODELINSTANCE_3D_FULL_TRANSFORM
Vec3d scaling_factor;
Vec3d rotation;
Vec3d offset;
#else
Transform3d matrix;
#endif
Vec3d mesh_first_point;
};