mirror of
https://udrimavric.com/MAVRIC/Stratasys-450mc-VR.git
synced 2025-01-24 08:09:03 -05:00
20 lines
213 B
Plaintext
20 lines
213 B
Plaintext
Shader "Unlit/DepthOnly"
|
|
{
|
|
Properties
|
|
{
|
|
}
|
|
SubShader
|
|
{
|
|
Tags { "Queue"="Transparent" }
|
|
|
|
|
|
Pass
|
|
{
|
|
ZWrite On
|
|
|
|
ColorMask 0
|
|
}
|
|
|
|
}
|
|
}
|