mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Camera data moved to c++ - WIP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user