fix getCameraImage in VR server using renderer=pybullet.ER_BULLET_HARDWARE_OPENGL

This commit is contained in:
erwincoumans 2019-04-14 14:08:35 -07:00
parent 154c65ae4d
commit 219970c09e

View File

@ -1792,6 +1792,7 @@ void CMainApplication::RenderStereoTargets()
//m_app->drawGrid(gridUp);
m_app->m_instancingRenderer->setRenderFrameBuffer(0);
glBindFramebuffer(GL_FRAMEBUFFER, 0);
glDisable(GL_MULTISAMPLE);