[#966] Fix weird behavior when clicking on textured part in 3D view
This commit is contained in:
parent
be0457e980
commit
08d5b55bdb
@ -321,6 +321,9 @@ 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);
|
||||||
|
|
||||||
|
flushTextureCaches();
|
||||||
|
updateFigure();
|
||||||
}
|
}
|
||||||
rr.render(drawable, configuration, selection);
|
rr.render(drawable, configuration, selection);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user