- Home /
Glass Shader with Strumpy Shader Editor
I'm trying to build a glass-like shader with the Strumpy Shader Editor on Unity Free, but the specular highlighting is effected by the alpha... I want the highlights to appear at full strength regardless of alpha. Does anybody know how I might be able to get around that?
Answer by CgShady · Dec 01, 2011 at 04:42 PM
This requires ADDITIVE MULTI PASS. I believe it can be achieved with SSE by simply going to the settings of your shader, and change the Blend Type to Decal Add, or Custom and Choose One for both Src and Dst Blend Modes.
Hope this helps, I haven't tried it myself, but from my shader writing experience, it should work this way.
Your answer
Follow this Question
Related Questions
Unity Shader: Specular reflection as Alpha Value. 2 Answers
Shader alpha setting being ignored? 1 Answer
specular shader alpha not working? 0 Answers
Strumpy Shader Editor Alpha Issues 2 Answers
Making the Specular map separate in a shader (not as alpha)? 2 Answers