disable smoothing gl graphics
in
Contributed Library Questions
•
1 years ago
Hi there
I want to try some pixel-art looking thing accelerated using glgraphics, I'm creating a buffer half the size of the sketch, and scaling it so that the pixels are more evident. I'm creating the buffer like this:
-
http://draconiansolo.wordpress.com/
I want to try some pixel-art looking thing accelerated using glgraphics, I'm creating a buffer half the size of the sketch, and scaling it so that the pixels are more evident. I'm creating the buffer like this:
- mainBuffer=new GLGraphicsOffScreen(this, width/2, height/2);
- image(mainBuffer.getTexture(), 0, 0,width,height);
http://draconiansolo.wordpress.com/
1