Merge pull request #1783 from SiboVG/issue-966

[#966] Fix weird behavior when clicking on textured part in 3D view
This commit is contained in:
Sibo Van Gool 2022-11-03 23:59:58 +01:00 committed by GitHub
commit 13c3e1c6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,6 +321,8 @@ public class RocketFigure3d extends JPanel implements GLEventListener {
gl.glEnable(GL.GL_MULTISAMPLE); gl.glEnable(GL.GL_MULTISAMPLE);
gl.glEnable(GLLightingFunc.GL_LIGHTING); gl.glEnable(GLLightingFunc.GL_LIGHTING);
updateFigure();
} }
rr.render(drawable, configuration, selection); rr.render(drawable, configuration, selection);