Jump to content

particles alpha


Recommended Posts

Hi, 

So I applied basic principledshader for my particles. I tried different settings for opacity (fake caustics) and transparency. But those does not affect anything on alpha channel, only RGB. I can scale down pscale, but I dont want that. So how can I make the particles be less visible (alpha channel) but not changing pscale?

Link to comment
Share on other sites

Add a wrangle or a vop at the end of ur network.

Wrangle setup >>> @Alpha = fit01(rand(@ptnum),0,1);

The shader will read this attribute.

Change the 0 is the min alpha and the 1 is the max, mess with those values to get the result you want.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...