Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GL.glDrawPixels does not work #5

Open
jzy3d opened this issue Nov 25, 2020 · 0 comments
Open

GL.glDrawPixels does not work #5

jzy3d opened this issue Nov 25, 2020 · 0 comments
Labels

Comments

@jzy3d
Copy link
Owner

jzy3d commented Nov 25, 2020

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)
@jzy3d jzy3d added the bug label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant