// Made with Amplify Shader Editor // Available at the Unity Asset Store - http://u3d.as/y3X Shader "ADON/Building" { Properties { _Color0("Color 0", Color) = (0,0,0,0) [HideInInspector] __dirty( "", Int ) = 1 } SubShader { Tags{ "RenderType" = "Opaque" "Queue" = "Background+0" "IgnoreProjector" = "True" } Cull Back CGPROGRAM #pragma target 3.0 #pragma surface surf Standard keepalpha addshadow fullforwardshadows exclude_path:deferred struct Input { half filler; }; uniform float4 _Color0; void surf( Input i , inout SurfaceOutputStandard o ) { o.Albedo = _Color0.rgb; o.Alpha = 1; } ENDCG } Fallback "Diffuse" CustomEditor "ASEMaterialInspector" } /*ASEBEGIN Version=18909 373;316;1463;768;1426.566;28.31163;1.458776;True;True Node;AmplifyShaderEditor.CommentaryNode;34;-3222.286,768.5828;Inherit;False;507.201;385.7996;Comment;3;41;40;39;N . V;1,1,1,1;0;0 Node;AmplifyShaderEditor.CommentaryNode;22;-770.7382,2475.699;Inherit;False;297.1897;243;Correction for near plane clipping;1;23;;1,1,1,1;0;0 Node;AmplifyShaderEditor.CommentaryNode;37;-2349.384,124.8836;Inherit;False;723.599;290;Also know as Lambert Wrap or Half Lambert;3;55;52;47;Diffuse Wrap;1,1,1,1;0;0 Node;AmplifyShaderEditor.CommentaryNode;36;-3222.286,272.5833;Inherit;False;540.401;320.6003;Comment;3;46;45;44;N . L;1,1,1,1;0;0 Node;AmplifyShaderEditor.CommentaryNode;38;-2086.285,560.5831;Inherit;False;812;304;Comment;5;64;59;58;53;50;Attenuation and Ambient;1,1,1,1;0;0 Node;AmplifyShaderEditor.CommentaryNode;35;-2550.285,1008.583;Inherit;False;1617.938;553.8222;;13;69;67;66;62;61;57;56;54;51;49;48;43;42;Rim Light;1,1,1,1;0;0 Node;AmplifyShaderEditor.ViewDirInputsCoordNode;40;-3126.285,976.583;Float;False;World;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3 Node;AmplifyShaderEditor.DotProductOpNode;41;-2870.285,896.583;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0 Node;AmplifyShaderEditor.RangedFloatNode;42;-2470.285,1280.583;Float;False;Property;_RimOffset;Rim Offset;7;0;Create;True;0;0;0;False;0;False;0.24;0.7;0;0;0;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleAddOpNode;43;-2262.285,1168.583;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.WorldSpaceLightDirHlpNode;45;-3158.285,480.5831;Inherit;False;False;1;0;FLOAT;0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3 Node;AmplifyShaderEditor.WorldNormalVector;44;-3110.285,320.5833;Inherit;False;False;1;0;FLOAT3;0,0,0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3 Node;AmplifyShaderEditor.RangedFloatNode;47;-2299.384,299.8836;Float;False;Constant;_WrapperValue;Wrapper Value;0;0;Create;True;0;0;0;False;0;False;0.5;0;0;0;0;1;FLOAT;0 Node;AmplifyShaderEditor.DotProductOpNode;46;-2822.285,384.583;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SaturateNode;48;-2102.285,1168.583;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.OneMinusNode;49;-1926.285,1168.583;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.RangedFloatNode;26;-278.4893,2264.283;Float;False;Property;_EndDitheringFade;End Dithering Fade;8;0;Create;True;0;0;0;False;0;False;1;4;0;0;0;1;FLOAT;0 Node;AmplifyShaderEditor.RangedFloatNode;51;-2038.285,1296.583;Float;False;Property;_RimPower;Rim Power;5;0;Create;True;0;0;0;False;0;False;0.5;0.3;0;10;0;1;FLOAT;0 Node;AmplifyShaderEditor.ScaleAndOffsetNode;52;-2033.982,174.8838;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;1;False;2;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.PowerNode;54;-1734.284,1168.583;Inherit;False;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.IndirectDiffuseLighting;53;-1830.285,688.5829;Inherit;False;Tangent;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;56;-1750.284,1056.583;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SaturateNode;55;-1800.785,181.6834;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleAddOpNode;58;-1590.285,720.5829;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0 Node;AmplifyShaderEditor.ColorNode;71;-1096.912,-149.252;Inherit;False;Constant;_Color1;Color 1;10;0;Create;True;0;0;0;False;0;False;1,1,1,0;0,0,0,0;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 Node;AmplifyShaderEditor.LightColorNode;59;-1974.285,608.583;Inherit;False;0;3;COLOR;0;FLOAT3;1;FLOAT;2 Node;AmplifyShaderEditor.LightColorNode;57;-1462.285,1456.583;Inherit;False;0;3;COLOR;0;FLOAT3;1;FLOAT;2 Node;AmplifyShaderEditor.WorldNormalVector;39;-3174.285,816.5829;Inherit;False;False;1;0;FLOAT3;0,0,0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3 Node;AmplifyShaderEditor.DitheringNode;31;319.0469,2265.189;Inherit;False;1;False;4;0;FLOAT;0;False;1;SAMPLER2D;;False;2;FLOAT4;0,0,0,0;False;3;SAMPLERSTATE;;False;1;FLOAT;0 Node;AmplifyShaderEditor.ColorNode;72;-398.9495,323.8383;Inherit;False;Constant;_Color2;Color 2;10;0;Create;True;0;0;0;False;0;False;1,0,0,0;0,0,0,0;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 Node;AmplifyShaderEditor.SamplerNode;60;-1430.285,160.5832;Inherit;True;Property;_ToonRamp;Toon Ramp;1;0;Create;True;0;0;0;False;0;False;-1;None;52e66a9243cdfed44b5e906f5910d35b;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;1;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 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;64;-1430.285,608.583;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT3;0,0,0;False;1;COLOR;0 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;65;-1014.286,144.583;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;66;-1270.285,1264.583;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 Node;AmplifyShaderEditor.SaturateNode;67;-1302.285,1136.583;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;69;-1110.286,1136.583;Inherit;False;2;2;0;FLOAT;0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 Node;AmplifyShaderEditor.SamplerNode;63;-1430.285,-63.41693;Inherit;True;Property;_Diffuse;Diffuse;9;0;Create;True;0;0;0;False;0;False;-1;None;84508b93f15f2b64386ec07486afc7a3;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;1;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 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;68;-720.686,393.7831;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 Node;AmplifyShaderEditor.NegateNode;28;-268.0743,2182.93;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SurfaceDepthNode;27;-718.3703,2118.696;Inherit;False;0;1;0;FLOAT3;0,0,0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleSubtractOpNode;33;575.0468,2185.189;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.ColorNode;19;-665.246,-7.055243;Inherit;False;Property;_Color0;Color 0;0;0;Create;True;0;0;0;False;0;False;0,0,0,0;0.2713149,0.4291184,0.8584906,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 Node;AmplifyShaderEditor.SimpleAddOpNode;29;-58.98941,2123.384;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleSubtractOpNode;30;-61.68911,2278.183;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.RangedFloatNode;24;-744.9533,2303.278;Float;False;Property;_StartDitheringFade;Start Dithering Fade;6;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleAddOpNode;70;-374.2862,624.583;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 Node;AmplifyShaderEditor.RangedFloatNode;21;-303.4442,182.8889;Inherit;False;Property;_Float0;Float 0;2;0;Create;True;0;0;0;False;0;False;0;1;0;0;0;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleAddOpNode;25;-459.4612,2306.81;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.ProjectionParams;23;-698.0383,2524.999;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 Node;AmplifyShaderEditor.SimpleDivideOpNode;32;124.8107,2179.884;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.SimpleMultiplyOpNode;62;-1494.285,1136.583;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 Node;AmplifyShaderEditor.LightAttenuation;50;-2015.885,744.5828;Inherit;False;0;1;FLOAT;0 Node;AmplifyShaderEditor.ColorNode;61;-1574.285,1280.583;Float;False;Property;_RimColor;Rim Color;3;1;[HDR];Create;True;0;0;0;False;0;False;0,1,0.8758622,0;0,1.089655,2,1;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 Node;AmplifyShaderEditor.StandardSurfaceOutputNode;0;-2.816066,-2.816066;Float;False;True;-1;2;ASEMaterialInspector;0;0;Standard;ADON/Building;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;Custom;1;True;True;0;True;Opaque;;Background;ForwardOnly;16;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;1;False;-1;1;False;-1;0;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;0;0.6084906,0.8249723,1,0;VertexOffset;True;False;Cylindrical;False;Relative;0;;4;-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;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 WireConnection;41;0;39;0 WireConnection;41;1;40;0 WireConnection;43;0;41;0 WireConnection;43;1;42;0 WireConnection;46;0;44;0 WireConnection;46;1;45;0 WireConnection;48;0;43;0 WireConnection;49;0;48;0 WireConnection;52;0;46;0 WireConnection;52;1;47;0 WireConnection;52;2;47;0 WireConnection;54;0;49;0 WireConnection;54;1;51;0 WireConnection;56;0;50;0 WireConnection;56;1;46;0 WireConnection;55;0;52;0 WireConnection;58;0;53;0 WireConnection;58;1;50;0 WireConnection;60;1;55;0 WireConnection;64;0;59;0 WireConnection;64;1;58;0 WireConnection;65;0;71;0 WireConnection;65;1;60;0 WireConnection;66;0;61;0 WireConnection;66;1;57;0 WireConnection;67;0;62;0 WireConnection;69;0;67;0 WireConnection;69;1;66;0 WireConnection;68;0;65;0 WireConnection;68;1;64;0 WireConnection;28;0;25;0 WireConnection;33;0;32;0 WireConnection;33;1;31;0 WireConnection;29;0;27;0 WireConnection;29;1;28;0 WireConnection;30;0;26;0 WireConnection;30;1;25;0 WireConnection;70;0;68;0 WireConnection;70;1;69;0 WireConnection;25;0;24;0 WireConnection;25;1;23;2 WireConnection;32;0;29;0 WireConnection;32;1;30;0 WireConnection;62;0;56;0 WireConnection;62;1;54;0 WireConnection;0;0;19;0 ASEEND*/ //CHKSM=2DC14DD3769C3F32E116CFDC3DE781F14481AC03