mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Code cleanup
This commit is contained in:
parent
72239732e4
commit
b5217918cf
8 changed files with 4 additions and 460 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include "Camera.hpp"
|
||||
|
||||
#if ENABLE_SHARED_CAMERA
|
||||
|
||||
static const float GIMBALL_LOCK_THETA_MAX = 180.0f;
|
||||
|
||||
namespace Slic3r {
|
||||
|
@ -62,4 +60,3 @@ void Camera::set_scene_box(const BoundingBoxf3& box)
|
|||
} // GUI
|
||||
} // Slic3r
|
||||
|
||||
#endif // ENABLE_SHARED_CAMERA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue