diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-02 08:46:23 -0700 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-02 08:46:23 -0700 |
commit | 8263edd59284aba390aca011d25b79efecef4c48 (patch) | |
tree | 6346e2afaaabd32156601cafaf20d4ee813befaf /Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader |
Diffstat (limited to 'Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader')
-rw-r--r-- | Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader b/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader new file mode 100644 index 0000000..53f590d --- /dev/null +++ b/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader @@ -0,0 +1,19 @@ +Shader "Unlit/DepthOnly" +{ + Properties + { + } + SubShader + { + Tags { "Queue"="Transparent" } + + + Pass + { + ZWrite On + + ColorMask 0 + } + + } +} |