You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
6.2 KiB

  1. // Made with Amplify Shader Editor
  2. // Available at the Unity Asset Store - http://u3d.as/y3X
  3. Shader "Animmal/Fog"
  4. {
  5. Properties
  6. {
  7. _FogIntensity("FogIntensity", Range( 0 , 1)) = 0
  8. _FogMaxIntensity("FogMaxIntensity", Range( 0 , 1)) = 0
  9. _FogColor("FogColor", Color) = (0.1470588,1,0.634,0)
  10. [HideInInspector] __dirty( "", Int ) = 1
  11. [Header(Forward Rendering Options)]
  12. [ToggleOff] _SpecularHighlights("Specular Highlights", Float) = 1.0
  13. [ToggleOff] _GlossyReflections("Reflections", Float) = 1.0
  14. }
  15. SubShader
  16. {
  17. Tags{ "RenderType" = "Transparent" "Queue" = "Transparent+0" "IgnoreProjector" = "True" "ForceNoShadowCasting" = "True" "IsEmissive" = "true" }
  18. Cull Back
  19. CGPROGRAM
  20. #include "UnityCG.cginc"
  21. #pragma target 3.0
  22. #pragma multi_compile_instancing
  23. #pragma shader_feature _SPECULARHIGHLIGHTS_OFF
  24. #pragma shader_feature _GLOSSYREFLECTIONS_OFF
  25. #pragma surface surf Standard alpha:fade keepalpha noshadow dithercrossfade
  26. struct Input
  27. {
  28. float4 screenPos;
  29. };
  30. uniform float4 _FogColor;
  31. uniform sampler2D _CameraDepthTexture;
  32. uniform float _FogIntensity;
  33. uniform float _FogMaxIntensity;
  34. void surf( Input i , inout SurfaceOutputStandard o )
  35. {
  36. o.Emission = _FogColor.rgb;
  37. float4 ase_screenPos = float4( i.screenPos.xyz , i.screenPos.w + 0.00000000001 );
  38. float eyeDepth10 = LinearEyeDepth(UNITY_SAMPLE_DEPTH(tex2Dproj(_CameraDepthTexture,UNITY_PROJ_COORD(ase_screenPos))));
  39. float clampResult19 = clamp( ( abs( ( eyeDepth10 - ase_screenPos.w ) ) * (0.1 + (_FogIntensity - 0) * (0.4 - 0.1) / (1 - 0)) ) , 0 , _FogMaxIntensity );
  40. o.Alpha = clampResult19;
  41. }
  42. ENDCG
  43. }
  44. CustomEditor "ASEMaterialInspector"
  45. }
  46. /*ASEBEGIN
  47. Version=14501
  48. 2116;75;1587;882;1095.764;545.0623;1.729117;True;True
  49. Node;AmplifyShaderEditor.ScreenPosInputsNode;13;-939.0226,298.4225;Float;False;1;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  50. Node;AmplifyShaderEditor.ScreenDepthNode;10;-671.123,197.2475;Float;False;0;True;1;0;FLOAT4;0,0,0,0;False;1;FLOAT;0
  51. Node;AmplifyShaderEditor.SimpleSubtractOpNode;11;-400.373,351.1476;Float;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  52. Node;AmplifyShaderEditor.RangedFloatNode;16;-653.323,574.6724;Float;False;Property;_FogIntensity;FogIntensity;0;0;Create;True;0;0;1;0;1;0;1;FLOAT;0
  53. Node;AmplifyShaderEditor.AbsOpNode;15;-213.6984,346.8727;Float;False;1;0;FLOAT;0;False;1;FLOAT;0
  54. Node;AmplifyShaderEditor.TFHCRemapNode;17;-316.7581,521.9324;Float;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0.1;False;4;FLOAT;0.4;False;1;FLOAT;0
  55. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;14;17.09721,348.3156;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;0.3;False;1;FLOAT;0
  56. Node;AmplifyShaderEditor.RangedFloatNode;18;-384.5396,795.3659;Float;False;Property;_FogMaxIntensity;FogMaxIntensity;1;0;Create;True;0;0;1;0;1;0;1;FLOAT;0
  57. Node;AmplifyShaderEditor.ColorNode;20;533.1391,6.177148;Float;False;Property;_FogColor;FogColor;3;0;Create;True;0;0.1470588,1,0.634,0;0.3211505,0.5868482,0.8088235,0;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  58. Node;AmplifyShaderEditor.ClampOpNode;19;221.6826,509.4538;Float;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0
  59. Node;AmplifyShaderEditor.SamplerNode;27;-68.3651,23.04821;Float;True;Property;_TextureSample1;Texture Sample 1;4;0;Create;True;0;None;adb118ead3d37734d976d32af0d04860;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;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;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  60. Node;AmplifyShaderEditor.ClampOpNode;29;349.2773,175.7619;Float;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;1;COLOR;0
  61. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;28;225.98,121.9498;Float;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
  62. Node;AmplifyShaderEditor.TextureCoordinatesNode;22;-663.2499,-244.6065;Float;False;0;-1;2;3;2;SAMPLER2D;;False;0;FLOAT2;5,5;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  63. Node;AmplifyShaderEditor.PannerNode;23;-290.9201,-242.1864;Float;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0.01,0.0005;False;1;FLOAT;1;False;1;FLOAT2;0
  64. Node;AmplifyShaderEditor.SamplerNode;21;-17.25087,-316.5262;Float;True;Property;_TextureSample0;Texture Sample 0;5;0;Create;True;0;None;adb118ead3d37734d976d32af0d04860;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;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;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  65. Node;AmplifyShaderEditor.ColorNode;31;497.0587,337.8504;Float;False;Property;_Color0;Color 0;2;0;Create;True;0;0.1470588,1,0.634,0;0.07136677,0.4411765,0.4105715,0;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  66. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;24;405.7218,-99.37071;Float;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
  67. Node;AmplifyShaderEditor.StandardSurfaceOutputNode;0;850.7698,-44.09;Float;False;True;2;Float;ASEMaterialInspector;0;0;Standard;Animmal/Fog;False;False;False;False;False;False;False;False;False;False;False;False;True;False;True;True;True;True;True;Back;0;0;False;0;0;False;0;Transparent;0.5;True;False;0;False;Transparent;;Transparent;All;True;True;True;True;True;True;True;True;True;True;True;True;True;True;True;True;True;False;0;255;255;0;0;0;0;0;0;0;0;False;2;15;10;25;False;0.5;False;2;SrcAlpha;OneMinusSrcAlpha;0;Zero;Zero;OFF;OFF;0;False;0;0,0,0,0;VertexOffset;True;False;Cylindrical;False;Relative;0;;-1;-1;-1;-1;0;0;0;False;0;0;16;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;5;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
  68. WireConnection;10;0;13;0
  69. WireConnection;11;0;10;0
  70. WireConnection;11;1;13;4
  71. WireConnection;15;0;11;0
  72. WireConnection;17;0;16;0
  73. WireConnection;14;0;15;0
  74. WireConnection;14;1;17;0
  75. WireConnection;19;0;14;0
  76. WireConnection;19;2;18;0
  77. WireConnection;27;1;23;0
  78. WireConnection;29;0;28;0
  79. WireConnection;28;0;27;0
  80. WireConnection;23;0;22;0
  81. WireConnection;21;1;23;0
  82. WireConnection;24;0;21;0
  83. WireConnection;0;2;20;0
  84. WireConnection;0;9;19;0
  85. ASEEND*/
  86. //CHKSM=5C3935528D9EC082756F3FAB70D7D5BF59BC44C5