wooful67
(eli)
November 29, 2022, 11:35pm
#1
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.
wooful67
(eli)
November 29, 2022, 11:43pm
#3
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.
XIX_X1X
(el_pedro)
November 30, 2022, 9:07am
#5
it’s load type thing for textures.
424s
(Banks)
November 30, 2022, 9:32am
#6
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!
2 Likes
wooful67
(eli)
November 30, 2022, 11:00pm
#7
Thank you so much this worked!
1 Like
system
(system)
Closed
December 14, 2022, 11:00pm
#8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.