PBRjg.shader 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. // Made with Amplify Shader Editor
  2. // Available at the Unity Asset Store - http://u3d.as/y3X
  3. Shader "Zyc/JgPbr"
  4. {
  5. Properties
  6. {
  7. _Light("Light", Vector) = (0.3,1,0,0)
  8. _Color0("Color 0", Color) = (1,1,1,0)
  9. _light("light", Range( 0 , 3)) = 2.122295
  10. _albedo("albedo", 2D) = "white" {}
  11. _nom("nom", 2D) = "bump" {}
  12. _highlight("highlight", Range( 1 , 90)) = 4.604562
  13. _R_mateG_ao("R_mateG_ao", 2D) = "white" {}
  14. _Float0("Float 0", Range( 0 , 1)) = 0
  15. [HideInInspector] _texcoord( "", 2D ) = "white" {}
  16. [HideInInspector] __dirty( "", Int ) = 1
  17. }
  18. SubShader
  19. {
  20. Tags{ "RenderType" = "Transparent" "Queue" = "Transparent+0" "IgnoreProjector" = "True" "IsEmissive" = "true" }
  21. Cull Back
  22. CGPROGRAM
  23. #include "UnityPBSLighting.cginc"
  24. #pragma target 3.0
  25. #pragma surface surf StandardCustomLighting alpha:fade keepalpha noshadow
  26. struct Input
  27. {
  28. float2 uv_texcoord;
  29. float3 viewDir;
  30. INTERNAL_DATA
  31. };
  32. struct SurfaceOutputCustomLightingCustom
  33. {
  34. half3 Albedo;
  35. half3 Normal;
  36. half3 Emission;
  37. half Metallic;
  38. half Smoothness;
  39. half Occlusion;
  40. half Alpha;
  41. Input SurfInput;
  42. UnityGIInput GIData;
  43. };
  44. uniform sampler2D _albedo;
  45. uniform float4 _albedo_ST;
  46. uniform sampler2D _R_mateG_ao;
  47. SamplerState sampler_R_mateG_ao;
  48. uniform float4 _R_mateG_ao_ST;
  49. uniform float4 _Color0;
  50. uniform float4 _Light;
  51. uniform sampler2D _nom;
  52. uniform float4 _nom_ST;
  53. uniform float _light;
  54. uniform float _highlight;
  55. uniform float _Float0;
  56. inline half4 LightingStandardCustomLighting( inout SurfaceOutputCustomLightingCustom s, half3 viewDir, UnityGI gi )
  57. {
  58. UnityGIInput data = s.GIData;
  59. Input i = s.SurfInput;
  60. half4 c = 0;
  61. c.rgb = 0;
  62. c.a = _Float0;
  63. return c;
  64. }
  65. inline void LightingStandardCustomLighting_GI( inout SurfaceOutputCustomLightingCustom s, UnityGIInput data, inout UnityGI gi )
  66. {
  67. s.GIData = data;
  68. }
  69. void surf( Input i , inout SurfaceOutputCustomLightingCustom o )
  70. {
  71. o.SurfInput = i;
  72. o.Normal = float3(0,0,1);
  73. float2 uv_albedo = i.uv_texcoord * _albedo_ST.xy + _albedo_ST.zw;
  74. float4 tex2DNode14 = tex2D( _albedo, uv_albedo );
  75. float2 uv_R_mateG_ao = i.uv_texcoord * _R_mateG_ao_ST.xy + _R_mateG_ao_ST.zw;
  76. float4 tex2DNode42 = tex2D( _R_mateG_ao, uv_R_mateG_ao );
  77. float4 lerpResult41 = lerp( tex2DNode14 , float4( 0,0,0,0 ) , tex2DNode42.r);
  78. float4 normalizeResult2 = normalize( _Light );
  79. float2 uv_nom = i.uv_texcoord * _nom_ST.xy + _nom_ST.zw;
  80. float dotResult9 = dot( UnpackNormal( tex2D( _nom, uv_nom ) ) , i.viewDir );
  81. float4 temp_cast_0 = (dotResult9).xxxx;
  82. float dotResult7 = dot( normalizeResult2 , temp_cast_0 );
  83. float clampResult35 = clamp( dotResult9 , 0.0 , 1.0 );
  84. o.Emission = ( ( lerpResult41 + ( ( ( ( _Color0 * dotResult7 ) * _light ) * tex2DNode14 ) + pow( clampResult35 , _highlight ) ) ) * tex2DNode42.g ).rgb;
  85. }
  86. ENDCG
  87. }
  88. CustomEditor "ASEMaterialInspector"
  89. }
  90. /*ASEBEGIN
  91. Version=18703
  92. 346.4;376;1279;755;596.1099;409.2115;1;True;False
  93. Node;AmplifyShaderEditor.ViewDirInputsCoordNode;8;-2592.47,263.5588;Inherit;False;Tangent;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
  94. Node;AmplifyShaderEditor.SamplerNode;30;-2764.536,-3.637239;Inherit;True;Property;_nom;nom;4;0;Create;True;0;0;False;0;False;-1;191b7a4fd3b599245a499bbda776aad8;191b7a4fd3b599245a499bbda776aad8;True;0;True;bump;Auto;True;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;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  95. Node;AmplifyShaderEditor.Vector4Node;1;-2555.503,-326.0607;Inherit;False;Property;_Light;Light;0;0;Create;True;0;0;False;0;False;0.3,1,0,0;0.3,1,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  96. Node;AmplifyShaderEditor.DotProductOpNode;9;-2305.843,107.805;Inherit;True;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
  97. Node;AmplifyShaderEditor.NormalizeNode;2;-2289.767,-317.4783;Inherit;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0
  98. Node;AmplifyShaderEditor.DotProductOpNode;7;-2090.603,-94.07986;Inherit;True;2;0;FLOAT4;0,0,0,0;False;1;FLOAT;0;False;1;FLOAT;0
  99. Node;AmplifyShaderEditor.ColorNode;10;-2035.154,-386.2777;Inherit;False;Property;_Color0;Color 0;1;0;Create;True;0;0;False;0;False;1,1,1,0;0.3867925,0.2732994,0.05655928,0;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  100. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;11;-1751.391,-380.1587;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
  101. Node;AmplifyShaderEditor.RangedFloatNode;12;-1639.798,-310.1879;Inherit;False;Property;_light;light;2;0;Create;True;0;0;False;0;False;2.122295;2.122295;0;3;0;1;FLOAT;0
  102. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;13;-1355.661,-372.3248;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
  103. Node;AmplifyShaderEditor.ClampOpNode;35;-2004.772,142.3304;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0
  104. Node;AmplifyShaderEditor.RangedFloatNode;37;-1742.327,240.1456;Inherit;False;Property;_highlight;highlight;5;0;Create;True;0;0;False;0;False;4.604562;4.604562;1;90;0;1;FLOAT;0
  105. Node;AmplifyShaderEditor.SamplerNode;14;-1504.994,-214.356;Inherit;True;Property;_albedo;albedo;3;0;Create;True;0;0;False;0;False;-1;None;21c82ef71ffa30342a54ad04b495646a;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
  106. Node;AmplifyShaderEditor.PowerNode;36;-1419.347,72.94846;Inherit;True;False;2;0;FLOAT;0;False;1;FLOAT;1;False;1;FLOAT;0
  107. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;16;-1091.251,-281.5429;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
  108. Node;AmplifyShaderEditor.SamplerNode;42;-1076.753,80.64703;Inherit;True;Property;_R_mateG_ao;R_mateG_ao;6;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
  109. Node;AmplifyShaderEditor.SimpleAddOpNode;38;-1091.374,-36.38488;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
  110. Node;AmplifyShaderEditor.LerpOp;41;-745.4623,-320.1482;Inherit;True;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0
  111. Node;AmplifyShaderEditor.SimpleAddOpNode;43;-391.8393,-145.4138;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
  112. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;39;-121.963,-112.2616;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
  113. Node;AmplifyShaderEditor.RangedFloatNode;44;93.89014,66.78854;Inherit;False;Property;_Float0;Float 0;7;0;Create;True;0;0;False;0;False;0;1;0;1;0;1;FLOAT;0
  114. Node;AmplifyShaderEditor.StandardSurfaceOutputNode;0;263.814,-226.1458;Float;False;True;-1;2;ASEMaterialInspector;0;0;CustomLighting;Zyc/JgPbr;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;False;False;False;False;False;False;Back;0;False;-1;0;False;-1;False;0;False;-1;0;False;-1;False;0;Transparent;0.5;True;False;0;False;Transparent;;Transparent;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;False;2;5;False;-1;10;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;;-1;-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;FLOAT3;0,0,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
  115. WireConnection;9;0;30;0
  116. WireConnection;9;1;8;0
  117. WireConnection;2;0;1;0
  118. WireConnection;7;0;2;0
  119. WireConnection;7;1;9;0
  120. WireConnection;11;0;10;0
  121. WireConnection;11;1;7;0
  122. WireConnection;13;0;11;0
  123. WireConnection;13;1;12;0
  124. WireConnection;35;0;9;0
  125. WireConnection;36;0;35;0
  126. WireConnection;36;1;37;0
  127. WireConnection;16;0;13;0
  128. WireConnection;16;1;14;0
  129. WireConnection;38;0;16;0
  130. WireConnection;38;1;36;0
  131. WireConnection;41;0;14;0
  132. WireConnection;41;2;42;1
  133. WireConnection;43;0;41;0
  134. WireConnection;43;1;38;0
  135. WireConnection;39;0;43;0
  136. WireConnection;39;1;42;2
  137. WireConnection;0;2;39;0
  138. WireConnection;0;9;44;0
  139. ASEEND*/
  140. //CHKSM=F9E08CC73BD4A085EA947736365AFE19B7AE2890