hi!
I built a display list through GL.glGenLists() and tried to share it among a few GLCanvas, but failed.
If sharing these things(display list, texture) can be accomplished, how?
Thanks!
hi!
I built a display list through GL.glGenLists() and tried to share it among a few GLCanvas, but failed.
If sharing these things(display list, texture) can be accomplished, how?
Thanks!
You need to enable sharing between the GLCanvases at the time of their creation. The TestContextSharing demo in the jogl-demos workspace shows how to do this.