mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-18 15:41:56 -06:00
Camera data moved to c++ - WIP
This commit is contained in:
parent
32063cbe23
commit
1fd59144c7
8 changed files with 190 additions and 50 deletions
|
@ -31,6 +31,8 @@ public:
|
|||
Pointf3 target;
|
||||
|
||||
Camera();
|
||||
|
||||
std::string get_type_as_string() const;
|
||||
};
|
||||
|
||||
private:
|
||||
|
@ -52,6 +54,7 @@ public:
|
|||
|
||||
Camera::EType get_camera_type() const;
|
||||
void set_camera_type(Camera::EType type);
|
||||
std::string get_camera_type_as_string() const;
|
||||
|
||||
float get_camera_zoom() const;
|
||||
void set_camera_zoom(float zoom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue