SLA support gizmo correctly hides drain holes if they are clipped by clipping plane

This commit is contained in:
Lukas Matena 2020-02-20 15:01:00 +01:00
parent 5e4a0b96b7
commit 90a8076d25
4 changed files with 13 additions and 10 deletions

View file

@ -24,8 +24,6 @@ private:
mutable double m_z_shift = 0.;
bool unproject_on_mesh(const Vec2d& mouse_pos, std::pair<Vec3f, Vec3f>& pos_and_normal);
const float HoleStickOutLength = 1.f;
GLUquadricObj* m_quadric;