SLA support points gizmo renders the holes and does not allow to place a support point in them

This commit is contained in:
Lukas Matena 2019-11-12 11:48:12 +01:00
parent 141d8498a6
commit b6edd5ddb9
4 changed files with 70 additions and 16 deletions

View file

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