This commit is contained in:
2016-05-18 20:02:15 +02:00
parent 62c8cf021f
commit 1e9b3a1498
225 changed files with 111146 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Shader "Custom/SteamVR_Fade" {
SubShader { Pass {
Blend SrcAlpha OneMinusSrcAlpha
ZTest Always Cull Off ZWrite Off Fog { Mode Off }
BindChannels { Bind "vertex", vertex Bind "color", color }
} } }