Fixed SLA gizmos picking problem - hollowed mesh was not rendered for picking

This commit is contained in:
Lukas Matena 2020-01-16 13:08:37 +01:00
parent 822f9ff4a6
commit d9786f2bcd
4 changed files with 38 additions and 23 deletions

View file

@ -52,6 +52,7 @@ private:
void render_points(const Selection& selection, bool picking = false) const;
void render_clipping_plane(const Selection& selection) const;
void render_hollowed_mesh() const;
bool is_mesh_update_necessary() const;
void update_mesh();
void hollow_mesh();