mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: disable MSAA for picking
Change-Id: I44b8dc1ec89d20d57a92a7b6c6a390eee603b6d9
This commit is contained in:
@@ -5696,6 +5696,8 @@ void GLCanvas3D::render_thumbnail_framebuffer(ThumbnailData& thumbnail_data, uns
|
||||
return;
|
||||
|
||||
bool multisample = OpenGLManager::can_multisample();
|
||||
if (for_picking)
|
||||
multisample = false;
|
||||
//if (!multisample)
|
||||
// glsafe(::glEnable(GL_MULTISAMPLE));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user