17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
Shader "Obi/EditorLines"
|
|
{
|
|
SubShader
|
|
{
|
|
Pass
|
|
{
|
|
Blend SrcAlpha OneMinusSrcAlpha
|
|
Cull Off
|
|
ZTest Always
|
|
Fog { Mode Off }
|
|
BindChannels
|
|
{
|
|
Bind "vertex", vertex Bind "color", color
|
|
}
|
|
}
|
|
}
|
|
} |