-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
I did not find yet a way to cleanly pass pixels to jGL (see my code mess in EmulGLPainter.glDrawPixels).
Moreover : rendering an image with a viewport discard the ability to render something else in another viewport.
For the moment I skipped the traditional GL approach and replaced with AWT image rendering in
GL.appendImageToDraw(BufferedImage image, int x, int y)