mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
Tech ENABLE_LEGACY_OPENGL_REMOVAL - porting remaining changes
(cherry picked from commit prusa3d/PrusaSlicer@2f572d3cf0 )
This commit is contained in:
committed by
Noisyfox
parent
9f4713eee8
commit
71fd4084c2
@@ -92,7 +92,6 @@ public:
|
||||
const std::array<int, 4>& get_viewport() const { return m_viewport; }
|
||||
const Transform3d& get_view_matrix() const { return m_view_matrix; }
|
||||
const Transform3d& get_projection_matrix() const { return m_projection_matrix; }
|
||||
Transform3d get_projection_view_matrix() const { return m_projection_matrix * m_view_matrix; }
|
||||
|
||||
//BBS
|
||||
const Eigen::Quaterniond& get_view_rotation() const {return m_view_rotation; }
|
||||
|
||||
Reference in New Issue
Block a user