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

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;
};