hefu.shader 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. // Made with Amplify Shader Editor
  2. // Available at the Unity Asset Store - http://u3d.as/y3X
  3. Shader "hefu"
  4. {
  5. Properties
  6. {
  7. _Cutoff( "Mask Clip Value", Float ) = 0.5
  8. _Color0("Color 0", Color) = (0,0,0,0)
  9. _Float0("Float 0", Float) = 1.69
  10. _TextureSample0("Texture Sample 0", 2D) = "white" {}
  11. [Toggle(_KEYWORD0_ON)] _Keyword0("Keyword 0", Float) = 0
  12. _Float2("Float 2", Float) = 0.15
  13. [HideInInspector] _texcoord( "", 2D ) = "white" {}
  14. [HideInInspector] __dirty( "", Int ) = 1
  15. }
  16. SubShader
  17. {
  18. Tags{ "RenderType" = "Transparent" "Queue" = "Geometry+0" "IsEmissive" = "true" }
  19. Cull Back
  20. CGPROGRAM
  21. #pragma target 3.0
  22. #pragma shader_feature_local _KEYWORD0_ON
  23. #pragma surface surf Unlit keepalpha addshadow fullforwardshadows
  24. struct Input
  25. {
  26. float2 uv_texcoord;
  27. };
  28. uniform sampler2D _TextureSample0;
  29. uniform float4 _TextureSample0_ST;
  30. uniform float4 _Color0;
  31. SamplerState sampler_TextureSample0;
  32. uniform float _Float0;
  33. uniform float _Float2;
  34. uniform float _Cutoff = 0.5;
  35. inline half4 LightingUnlit( SurfaceOutput s, half3 lightDir, half atten )
  36. {
  37. return half4 ( 0, 0, 0, s.Alpha );
  38. }
  39. void surf( Input i , inout SurfaceOutput o )
  40. {
  41. float2 uv_TextureSample0 = i.uv_texcoord * _TextureSample0_ST.xy + _TextureSample0_ST.zw;
  42. float4 tex2DNode11 = tex2D( _TextureSample0, uv_TextureSample0 );
  43. o.Emission = ( tex2DNode11 * _Color0 ).rgb;
  44. o.Alpha = 1;
  45. float temp_output_6_0 = ( _Float0 - (i.uv_texcoord).x );
  46. float clampResult14 = clamp( ( temp_output_6_0 / 0.0 ) , 0.0 , 1.0 );
  47. #ifdef _KEYWORD0_ON
  48. float staticSwitch24 = ( 1.0 - ( ( _Float2 - min( temp_output_6_0 , ( 1.0 - temp_output_6_0 ) ) ) / 0.0 ) );
  49. #else
  50. float staticSwitch24 = clampResult14;
  51. #endif
  52. clip( ( tex2DNode11.a * staticSwitch24 ) - _Cutoff );
  53. }
  54. ENDCG
  55. }
  56. Fallback "Diffuse"
  57. CustomEditor "ASEMaterialInspector"
  58. }
  59. /*ASEBEGIN
  60. Version=18703
  61. 1934;128;1906;967;480.5612;253.7188;1.6;True;True
  62. Node;AmplifyShaderEditor.TextureCoordinatesNode;4;-780,208;Inherit;False;0;-1;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  63. Node;AmplifyShaderEditor.ComponentMaskNode;5;-454,237;Inherit;True;True;False;True;True;1;0;FLOAT2;0,0;False;1;FLOAT;0
  64. Node;AmplifyShaderEditor.RangedFloatNode;7;-453,94;Inherit;False;Property;_Float0;Float 0;2;0;Create;True;0;0;False;0;False;1.69;0.98;0;0;0;1;FLOAT;0
  65. Node;AmplifyShaderEditor.SimpleSubtractOpNode;6;-163,125;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  66. Node;AmplifyShaderEditor.OneMinusNode;10;-52.30499,503.0605;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0
  67. Node;AmplifyShaderEditor.RangedFloatNode;22;524.4559,677.6844;Inherit;False;Property;_Float2;Float 2;5;0;Create;True;0;0;False;0;False;0.15;0.5;0;0;0;1;FLOAT;0
  68. Node;AmplifyShaderEditor.SimpleMinOpNode;20;269.7136,520.0171;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  69. Node;AmplifyShaderEditor.SimpleSubtractOpNode;21;715.9559,522.684;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  70. Node;AmplifyShaderEditor.RangedFloatNode;9;315.9,858.3001;Inherit;True;Constant;_Float1;Float 1;2;0;Create;True;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0
  71. Node;AmplifyShaderEditor.SimpleDivideOpNode;19;913.2039,860.5514;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  72. Node;AmplifyShaderEditor.SimpleDivideOpNode;8;247,269;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  73. Node;AmplifyShaderEditor.OneMinusNode;23;1176.156,737.1843;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0
  74. Node;AmplifyShaderEditor.ClampOpNode;14;494.9836,299.5046;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0
  75. Node;AmplifyShaderEditor.SamplerNode;11;-481.5558,-334.4378;Inherit;True;Property;_TextureSample0;Texture Sample 0;3;0;Create;True;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  76. Node;AmplifyShaderEditor.ColorNode;3;-503,-120;Inherit;False;Property;_Color0;Color 0;1;0;Create;True;0;0;False;0;False;0,0,0,0;0.6037736,0,0,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  77. Node;AmplifyShaderEditor.StaticSwitch;24;1285.356,496.6843;Inherit;True;Property;_Keyword0;Keyword 0;4;0;Create;True;0;0;False;0;False;0;0;1;True;;Toggle;2;Key0;Key1;Create;True;True;9;1;FLOAT;0;False;0;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;5;FLOAT;0;False;6;FLOAT;0;False;7;FLOAT;0;False;8;FLOAT;0;False;1;FLOAT;0
  78. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;12;-75.55579,-216.4378;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
  79. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;13;956.8442,141.7622;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  80. Node;AmplifyShaderEditor.StandardSurfaceOutputNode;0;1526.843,39.9995;Float;False;True;-1;2;ASEMaterialInspector;0;0;Unlit;hefu;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;Back;0;False;-1;0;False;-1;False;0;False;-1;0;False;-1;False;0;Custom;0.5;True;True;0;True;Transparent;;Geometry;All;14;all;True;True;True;True;0;False;-1;False;0;False;-1;255;False;-1;255;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;False;2;15;10;25;False;0.5;True;0;0;False;-1;0;False;-1;0;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;0;0,0,0,0;VertexOffset;True;False;Cylindrical;False;Relative;0;;0;-1;-1;-1;0;False;0;0;False;-1;-1;0;False;-1;0;0;0;False;0.1;False;-1;0;False;-1;False;15;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT;0;False;4;FLOAT;0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT;0;False;9;FLOAT;0;False;10;FLOAT;0;False;13;FLOAT3;0,0,0;False;11;FLOAT3;0,0,0;False;12;FLOAT3;0,0,0;False;14;FLOAT4;0,0,0,0;False;15;FLOAT3;0,0,0;False;0
  81. WireConnection;5;0;4;0
  82. WireConnection;6;0;7;0
  83. WireConnection;6;1;5;0
  84. WireConnection;10;0;6;0
  85. WireConnection;20;0;6;0
  86. WireConnection;20;1;10;0
  87. WireConnection;21;0;22;0
  88. WireConnection;21;1;20;0
  89. WireConnection;19;0;21;0
  90. WireConnection;19;1;9;0
  91. WireConnection;8;0;6;0
  92. WireConnection;8;1;9;0
  93. WireConnection;23;0;19;0
  94. WireConnection;14;0;8;0
  95. WireConnection;24;1;14;0
  96. WireConnection;24;0;23;0
  97. WireConnection;12;0;11;0
  98. WireConnection;12;1;3;0
  99. WireConnection;13;0;11;4
  100. WireConnection;13;1;24;0
  101. WireConnection;0;2;12;0
  102. WireConnection;0;10;13;0
  103. ASEEND*/
  104. //CHKSM=BF949EECC7C2A7E9E0439CF7145928421CA15784