How to mask softly?

Node-based Shader Editor
Post Reply
tidlon
Posts: 4
Joined: Fri Apr 05, 2019 11:48 am

How to mask softly?

Post by tidlon »

So basically I am trying to make a shader that is masking out clouds with a white mask.
I somehow made is mask out all the black with opacity mask, but the masking is making the edges of the clouds very hard, which make the clouds not looks like clouds... any tips? :D

https://imgur.com/OXa4EHW
User avatar
Amplify_Borba
Posts: 1239
Joined: Mon Jul 24, 2017 9:50 am

Re: How to mask softly?

Post by Amplify_Borba »

Hello! The Opacity Mask port only accepts values of either 0 or 1, from full transparent to full opaque respectively, so if you want to use a value range between 0 and 1 you should use the Opacity port instead.

More information is available in our Wiki Manual in this regard.
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