Lwjgl or opengl double pixels
- by Philippe Paré
I'm working in java with LWJGL and trying to double all my pixels. I'm trying to draw in an area of 800x450 and then stretch all the frame image to the complete 1600x900 pixels without them getting blured. I can't figure out how to do that in java, everything I find is in c++... A hint would be great!
Thanks a lot.
EDIT : I've tried drawing to a…