Page 1 of 1

Deactivate linear filter for quads

Posted: Thu Mar 28, 2013 7:46 pm
by Username
I need to draw some quads with nearest filter.
Drawing the base image with myCoolmage:setFilter("nearest", "nearest") works, but not when drawing quads.

Also I would like to print text to screen using nearest filtering.
Font comes from a TTF file.

How can I do it?