ENH: disable MSAA for picking in framebuffer_ext
Change-Id: I768b87826cdb747bea45fef8b490b04eb559e133
This commit is contained in:
parent
b62e3f5114
commit
d1c6cc03d5
|
@ -5804,6 +5804,8 @@ void GLCanvas3D::render_thumbnail_framebuffer_ext(ThumbnailData& thumbnail_data,
|
|||
return;
|
||||
|
||||
bool multisample = OpenGLManager::can_multisample();
|
||||
if (for_picking)
|
||||
multisample = false;
|
||||
//if (!multisample)
|
||||
// glsafe(::glEnable(GL_MULTISAMPLE));
|
||||
|
||||
|
|
Loading…
Reference in New Issue