Re: Scaling without blurring
Posted: Tue Aug 18, 2015 12:15 am
I just put at the beginning of my love.load
Code: Select all
love.graphics.setDefaultFilter("nearest", "nearest")
Code: Select all
love.graphics.setDefaultFilter("nearest", "nearest")
Sorry for necroposting but I believe there is a possible solution for the contour issue.And here is my result. You can notice a contour as well, which I do not want either (it may be a consequence of the blurring).