mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
SLA support points gizmo renders the holes and does not allow to place a support point in them
This commit is contained in:
parent
141d8498a6
commit
b6edd5ddb9
4 changed files with 70 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue