Tree-leaves disappear in distance

Hey there,

I’ve made trees with planes as leaves and unwrapped them. I created simple leaves and branches using a PNG-File with transparency. I applied the leaves-material to my tree and everything looks fine. But as soon as I am further away, the leaves start to disappear (they fade out). What could be the problem? It does happen with and without LOD versions of my model. Material without opacity works fine!

Edit: My leaves-material

Looking forward help!

Shame there has been no help on this topic… i have the same problem…

(I’m sorry for my bad english) Hello, I don’t know if it can help someone but me and my friends had the same problem, I think the problem is that you have too much of the same type of foliage to load for the viewport. You need take off a part of them, and you could create a new instance of trees to replace the ones you will take off.

The automatically generated mip maps for the texture are becoming so small and blurred that the leaves completely fade away.

There’s a few options that may help

  1. Try adjusting the Clip Value on the material details.

  2. Create an LOD and use a different material/model when the asset is that small on screen.

  3. Create the texture/material in a different way, consider making the leaves bigger.

Yup, definitely texture mips. There is also a “max alpha” setting on your texture that you can boost up to help fight this.

1 Like

Hey,

I actually have the same issue. From what I’ve found creating custom mipmaps gives the best results when it comes to foliage. Couldn’t find any info on importing custom mipmaps though. Any clue?

You might try to import DXT texture, that should get in your custom made MIPs… Not 100% sure if this works in UE.

Why don’t you disable Mips or change the LOD Mip Bias?

1 Like

Performance drops.

Hashed alpha testing is one solution:

i have the problem too,just a translucent mesh

Thanks, that really helped a lot! :slight_smile:

try to change the leaves material clip value from 0.3 to 0.2 or lower

1 Like

thank you, the first idea fix it, i changed the clip value for the leaves material from 0.3 to 0.2

1 Like