Fix draw cut line

This commit is contained in:
Noisyfox 2023-10-27 23:07:00 +08:00
parent fe78e40cb4
commit 5ce3ec716e
2 changed files with 36 additions and 9 deletions

View file

@ -55,6 +55,7 @@ private:
bool m_rotate_lower{false};
GLModel m_plane;
GLModel m_grabber_connection;
GLModel m_cut_line;
bool m_do_segment;
double m_segment_smoothing_alpha;