+1

Add more blending options

Dennis V H 8 years ago 0

It would be great and a real time save for me to have more blend mode options:


When I need a different blending value for the alpha value, I need to change:

Blend SrcAlpha OneMinusSrcAlpha

to for example:

Blend SrcAlpha OneMinusSrcAlpha, One One

manually after each change in shader forge.

Also implementing the BlendOp might come in handy too.


Some background info from the unity shaderlab blending docs:

...

Blend SrcFactor DstFactor, SrcFactorA DstFactorA

Same as above, but use different factors for blending the alpha channel.BlendOp Min | Max | Sub | RevSub

Instead of adding blended colors together, do a different operation on them.