- Home /
Any way to remove the texture blur on camera?
I've been using unity for quite a while, and recently I had to restore the factory default settings, though now I notice that the cameras will display a lower quality texture after a certain range.
Just because I can imagine that is rather complicated to understand, I uploaded a picture of what I mean.
Is there any way to fix this?
Thanks in advance ^^
Answer by Huacanacha · Nov 09, 2013 at 05:07 AM
Select the texture in Project View. Set the 'Aniso' level on the texture to the maximum of 9 then click Apply. This controls the anisotropic filtering level of the texture.
Problem solved?
Thanks! This pretty much fixed the problem, Thanks for the help :)
Answer by Eric5h5 · Nov 09, 2013 at 05:06 AM
Use trilinear filtering, and anisotropic filtering would probably help. You can't remove it entirely except by removing mipmaps, which is usually a bad idea for 3D.
Your answer
Follow this Question
Related Questions
resolution of textures with camera distance? 0 Answers
Improve render quality? 0 Answers
Poor texture quality on baking 2 Answers
blurry screen/textures patch 1 Answer
How to blur the corners of the screen? 3 Answers