Transparency sorting issue

Node-based Shader Editor
Post Reply
sjuskadur
Posts: 6
Joined: Tue May 29, 2018 2:04 pm

Transparency sorting issue

Post by sjuskadur »

Hello!

I am decent at shadergraph creation, but one thing that always kicks me in the proverbial nuts is alpha sorting issues

Image

how can I fix this?

thnkx <3
User avatar
Amplify_Borba
Posts: 1239
Joined: Mon Jul 24, 2017 9:50 am

Re: Transparency sorting issue

Post by Amplify_Borba »

Hey there!

Draw order problems can be quite common on transparent shaders with complex meshes.
Althought it depends on how the meshes and shader are setup, have you tried using the Extra Depth Pass parameters in the Output node?

Image

Another solution would be through use of our Shader Templates, by authoring a custom shader with separate passes for rendering front and back faces, allowing for much more control over the final effect. We offer a multipass sample, MultiPassDistortion, which provides a good example for this type of shader.

Please let us know if this helps!
Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
Post Reply