This commit is contained in:
Lukas Matena 2020-03-09 10:02:06 +01:00
parent f275461354
commit 6d23c08d00
2 changed files with 61 additions and 45 deletions

View file

@ -22,8 +22,6 @@ private:
std::vector<ObjectID> m_volumes_ids;
int m_active_instance = -1;
float m_active_instance_bb_radius; // to cache the bb
bool unproject_on_mesh(size_t mesh_id, const Vec2d& mouse_pos, size_t& facet_idx, Vec3f* position = nullptr);
GLUquadricObj* m_quadric;