Hi
I am trying to work out how to invert the color on my spherical mesh which I am using for an atmosphere shader.
So I need the color to show on the inside of the mesh.
Can someone please give me a quick tip on how to do this?
Thanks
How do I invert color on shader? Inside out shader?
-
markashburner
- Posts: 8
- Joined: Thu Mar 08, 2018 3:51 pm
- Amplify_Borba
- Posts: 1239
- Joined: Mon Jul 24, 2017 9:50 am
Re: How do I invert color on shader? Inside out shader?
Hello Mark, thank you for getting in touch!
You could try using a One Minus Node together with a Switch by Face Node in order to have a color on the outer face and its inverted color in the inner one, as per the example node setup below:
Please let me know if this helps, thanks!
You could try using a One Minus Node together with a Switch by Face Node in order to have a color on the outer face and its inverted color in the inner one, as per the example node setup below:
Please let me know if this helps, thanks!
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!
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
-
markashburner
- Posts: 8
- Joined: Thu Mar 08, 2018 3:51 pm
Re: How do I invert color on shader? Inside out shader?
Hi Amplify_Borba
No that didn't achieve the desired effect. Inside shader is not visible.
No that didn't achieve the desired effect. Inside shader is not visible.
Re: How do I invert color on shader? Inside out shader?
Set "Cull Mode" to "Off" maybe?
-
markashburner
- Posts: 8
- Joined: Thu Mar 08, 2018 3:51 pm
Re: How do I invert color on shader? Inside out shader?
Yes Lizard that did the trick. Thank you.