SteamVR
This commit is contained in:
Executable
+6
@@ -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 }
|
||||
} } }
|
||||
Reference in New Issue
Block a user