1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Flip X mouse deltas if bed is upside down (when camera up vector has negative Z)

This commit is contained in:
Enrico Turri
2019-04-30 15:09:25 +02:00
parent 646986348a
commit 3a5485a179
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ struct Camera
float phi;
// float distance;
bool requires_zoom_to_bed;
bool inverted_phi;
private:
Vec3d m_target;