So i just updated my laptop to a retina display macbook and even though i use high resolution textures with repetition they look very blurry.
So i am wondering what i should do to resolve this issue?
Author: Fantashit
1 thought on “How to make textures look sharp on a retina display?”
Just leaving a comment here for anyone else that finds this, because I almost went mad trying to find an answer and Google kept bringing me here: I had the exact same problem but mine was a very simple solution, it was to simply set the devicePixelRatio in the renderer (r72):
Just leaving a comment here for anyone else that finds this, because I almost went mad trying to find an answer and Google kept bringing me here: I had the exact same problem but mine was a very simple solution, it was to simply set the
devicePixelRatio
in the renderer (r72):Worth noting that setting the
devicePixelRatio
at object creation does not work. Maybe a bug?