15 lines
No EOL
187 B
Text
15 lines
No EOL
187 B
Text
Shader "Photoshot Effect" {
|
|
Properties {
|
|
_MainTex ("Base (RGB)", 2D) = "white" {}
|
|
}
|
|
SubShader {
|
|
Pass {
|
|
ZTest Always
|
|
ZWrite Off
|
|
Cull Off
|
|
Fog {
|
|
Mode Off
|
|
}
|
|
}
|
|
}
|
|
} |