mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Follow-up of 1a91add2e6
-> Improvements to tighter camera frustrum to reduce z-fighting
This commit is contained in:
parent
541f58c656
commit
ac8de0bcaf
5 changed files with 17 additions and 18 deletions
|
@ -1590,8 +1590,8 @@ void GLCanvas3D::render()
|
|||
if (m_camera.requires_zoom_to_bed)
|
||||
{
|
||||
zoom_to_bed();
|
||||
const Size& cnv_size = get_canvas_size();
|
||||
_resize((unsigned int)cnv_size.get_width(), (unsigned int)cnv_size.get_height());
|
||||
// const Size& cnv_size = get_canvas_size();
|
||||
// _resize((unsigned int)cnv_size.get_width(), (unsigned int)cnv_size.get_height());
|
||||
m_camera.requires_zoom_to_bed = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue