How to sort transparent double sided material faces ?

Hi,

I created a translucent double sided material on a sphere

and it apparently needs faces z-sorting

how can I fix this ?

thanks

SortTriangles

Use SortTriangles:

My Products

1 Like

For more complex geometry you might also find this interesting

I guess it’s UE5, I use UE4
but thanks

does not look like an answer to me

Aside from what has been mentioned here already, you can enable “order independent transparency” in the project settings. This will come with a slight increase in cost for translucent materials, but appears to solve all sorting problems in my tests.

again, probably UE5, not 4.27

Thanks a lot! you solved every problem i had!