Skip to content
Snippets Groups Projects
Commit 5a10b11b authored by David Parks's avatar David Parks
Browse files

SL-17701 WIP -- Hook PBR transparency parameter up to alpha pass.

parent ff3a2842
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -302,5 +302,5 @@ void main() ...@@ -302,5 +302,5 @@ void main()
col += 2.0*additive; col += 2.0*additive;
col = scaleSoftClipFrag(col); col = scaleSoftClipFrag(col);
frag_color = vec4(col,albedo.a); frag_color = vec4(col,albedo.a * vertex_color.a);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment