Can't get Picking to work

call GLCanvas.setAutoSwapBufferMode(false) at the beginning of your and call GLCanvas.swapBuffers() when you’re done with a “real” repaint.

awesome! Thanks again :slight_smile: Now my picking works just as I want it to.