mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Free camera rotation for sla printer
This commit is contained in:
parent
9b8cdb95dc
commit
be1d9c693c
2 changed files with 17 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue