mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
ENH: disable MSAA for picking
Change-Id: I44b8dc1ec89d20d57a92a7b6c6a390eee603b6d9
This commit is contained in:
parent
535db60e70
commit
b62e3f5114
1 changed files with 2 additions and 0 deletions
|
@ -5696,6 +5696,8 @@ void GLCanvas3D::render_thumbnail_framebuffer(ThumbnailData& thumbnail_data, uns
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool multisample = OpenGLManager::can_multisample();
|
bool multisample = OpenGLManager::can_multisample();
|
||||||
|
if (for_picking)
|
||||||
|
multisample = false;
|
||||||
//if (!multisample)
|
//if (!multisample)
|
||||||
// glsafe(::glEnable(GL_MULTISAMPLE));
|
// glsafe(::glEnable(GL_MULTISAMPLE));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue