Free camera rotation for sla printer

This commit is contained in:
Enrico Turri 2019-01-25 11:35:28 +01:00
parent 9b8cdb95dc
commit be1d9c693c
2 changed files with 17 additions and 6 deletions

View file

@ -175,7 +175,7 @@ class GLCanvas3D
std::string get_type_as_string() const;
float get_theta() const { return m_theta; }
void set_theta(float theta);
void set_theta(float theta, bool apply_limit);
const Vec3d& get_target() const { return m_target; }
void set_target(const Vec3d& target, GLCanvas3D& canvas);