添加插件
This commit is contained in:
17
Assets/Obi/Editor/Resources/EditorLineShader.shader
Normal file
17
Assets/Obi/Editor/Resources/EditorLineShader.shader
Normal file
@@ -0,0 +1,17 @@
|
||||
Shader "Obi/EditorLines"
|
||||
{
|
||||
SubShader
|
||||
{
|
||||
Pass
|
||||
{
|
||||
Blend SrcAlpha OneMinusSrcAlpha
|
||||
Cull Off
|
||||
ZTest Always
|
||||
Fog { Mode Off }
|
||||
BindChannels
|
||||
{
|
||||
Bind "vertex", vertex Bind "color", color
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user