mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Fix opencsg example on Win32
This commit is contained in:
parent
17de6ff51a
commit
558529146c
4 changed files with 51 additions and 33 deletions
|
@ -303,6 +303,8 @@ public:
|
|||
: m_camera(camera ? camera : std::make_shared<PerspectiveCamera>())
|
||||
{}
|
||||
|
||||
~Display() override;
|
||||
|
||||
Camera * camera() { return m_camera.get(); }
|
||||
|
||||
virtual void swap_buffers() = 0;
|
||||
|
@ -370,5 +372,6 @@ public:
|
|||
|
||||
void move_clip_plane(double z) { call_cameras(&Camera::set_clip_z, z); }
|
||||
};
|
||||
|
||||
}} // namespace Slic3r::GL
|
||||
#endif // GLSCENE_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue