Skip to content

Instantly share code, notes, and snippets.

View quizcanners's full-sized avatar

Yurii Selinnyi quizcanners

View GitHub Profile
// Transparency
alpha:fade // Means it is not a glass
Tags { "Queue" = "Transparent" "RenderType" = "Transparent" }
ZWrite Off
Blend SrcAlpha OneMinusSrcAlpha
// Adjusting strength of the Normal
o.Normal = UnpackNormal(bump0);
o.Normal.xy *= wet;
o.Normal.z = 1;