Meshes textures changing color by distance

For my project I made some tree textures and I found that the further away you get from the trees the grayer they get.


this is them up close

this is them at a distance

I think it has something to do with how surface appearance handles transparency.

Any help is appreciated, thanks.

1 Like

Is there any post processing effects in lighting? That’s the only thing I can think of.

There are not any post processing effects.

I think I figured it out! This looks like the screen just not having enough pixels to show the texture correctly, so it resorts to just using the ones around it. Look at the eyes on the dummy:

They seem to get gray from larger distances, just like in your screenshot. I don’t think there is anything you can do about this if that is the case.

it’s load type thing for textures.

This is usually caused by how ROBLOX renders the black edges on scaled transparent textures using surface appearance. Read more into PixelFix Program - A fix for transparency issues. Goodluck!

1 Like

Thank you so much this worked!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.