Hi everybody,
Can someone tell me if it is possible to mix Java2D and JOGL drawing in the same double-buffered GLCanvas ?
Where should I put the java2D code ? In the display() method, casting the drawable parameter to a GLCanvas, getting a Graphic context and drawing ? I have tried that, but the Java2D drawing isn’t double buffered, and appears on top of the JOGL drawing.
Thanks.