Can displayLists be created and used outside the init method?
I keep trying to overwrite the init’s displayList by creating a new one outside the init method with the same int reference “gl.glNewList(myListRef, GL.GL_COMPILE)” whenever I click the mouse, but I keep getting the original scene from the displayList I created inside init…
thanks…