Files
WhaleAdventure_VR/Assets/ToonScapes/Shared Assets/Shaders/ToonScapes_Vegetation.shader
2026-06-09 20:53:26 +09:00

6076 lines
314 KiB
GLSL

// Made with Amplify Shader Editor v1.9.9.8
// Available at the Unity Asset Store - http://u3d.as/y3X
Shader "ToonScapes/URP/Vegetation"
{
Properties
{
[Header(Color)][Space(8)][Toggle( _ENABLECOLORTINT_ON )] _EnableColorTint( "Enable Color Tint", Float ) = 1
[Space(8)] _BaseTint( "Base Tint", Color ) = ( 1, 1, 1, 1 )
[Header(Textures)][NoScaleOffset][SingleLineTexture][Space (8)] _TextureRamp( "Texture Ramp", 2D ) = "white" {}
_RampScale( "Ramp Scale", Range( 0, 1 ) ) = 0.5
_RampOffset( "Ramp Offset", Range( 0, 1 ) ) = 0.5
[NoScaleOffset][SingleLineTexture][Space (8)] _MainTexture( "Main Texture", 2D ) = "white" {}
_AlphaClipThreshold( "Alpha Clip Threshold", Range( 0, 1 ) ) = 0
[NoScaleOffset][Normal][SingleLineTexture][Space (8)] _NormalMap( "Normal Map", 2D ) = "white" {}
_NormalScale( "Normal Scale", Range( 0, 5 ) ) = 1
[NoScaleOffset][SingleLineTexture][Space (8)] _EmissionMap( "Emission Map", 2D ) = "white" {}
[Header(Highlights)][Space(8)][Toggle( _ENABLESPECULARHIGHLIGHTS_ON )] _EnableSpecularHighlights( "Enable Specular Highlights", Float ) = 1
[Space(8)] _SpecularTint( "Specular Tint", Color ) = ( 1, 1, 1, 1 )
[Space (8)] _SpecularSize( "Specular Size", Range( 0, 1 ) ) = 0
_SpecularIntensity( "Specular Intensity", Range( 0, 1 ) ) = 0.5
_SpecularSmoothness( "Specular Smoothness", Range( 0.001, 1 ) ) = 0.01
_SpecularOcclusion( "Specular Occlusion", Range( 0, 12 ) ) = 1
_IndirectSpecularContribution( "Indirect Specular Contribution", Range( 0, 1 ) ) = 1
[Header(Subsurface Distortion)][Space(8)][Toggle( _ENABLESUBSURFACEDISTORTION_ON )] _EnableSubsurfaceDistortion( "Enable Subsurface Distortion", Float ) = 1
[Space (8)] _SubsurfaceTint( "Subsurface Tint", Color ) = ( 1, 1, 1, 1 )
_DistortionScale( "Distortion Scale", Range( 0, 1 ) ) = 0.5
_DistortionAmount( "Distortion Amount", Range( 0, 1 ) ) = 0
[Header (Emission)][Space(8)][Toggle( _ENABLEEMISSION_ON )] _EnableEmission( "Enable Emission", Float ) = 1
[HDR][Space(8)] _EmissionColor( "Emission Color", Color ) = ( 1, 1, 1, 1 )
_EmissionIntensity1( "Emission Intensity", Float ) = 1
_FlickerFrequency( "Flicker Frequency", Float ) = 1
_FlickerScale( "Flicker Scale", Float ) = 1
_MinIntensity( "Min Intensity", Float ) = 0.75
_MaxIntensity( "Max Intensity", Float ) = 1
[Header (Rim Lighting)][Space(8)][Toggle( _ENABLERIMLIGHTING_ON )] _EnableRimLighting( "Enable Rim Lighting", Float ) = 1
[HDR][Space(8)] _RimLightColor( "Rim Light Color", Color ) = ( 1, 1, 1, 1 )
[Space (8)] _ViewEdgeThreshold( "ViewEdgeThreshold", Range( 0, 1 ) ) = 0
_ViewEdgeSoftness( "ViewEdgeSoftness", Range( 0, 1 ) ) = 0
_RimIntensity1( "Rim Intensity", Range( 0, 1 ) ) = 0.2
_RimSpread( "Rim Spread", Range( 0, 1 ) ) = 0.2
[Space (8)] _NormalMapInfluence( "Normal Map Influence", Range( 0, 1 ) ) = 0
_SpecularInfluence( "Specular Influence", Range( 0, 1 ) ) = 0
[Space (8)] _DistanceFade1( "Distance Fade", Float ) = 12
[Header(Wind)][Space(8)][Toggle( _ENABLEWIND_ON )] _EnableWind( "Enable Wind", Float ) = 1
_DirectionBias( "Direction Bias", Range( 0, 1 ) ) = 0
[Header(Surface Options)][Space(8)][Toggle] _EnableTopHighlights( "Enable Top Highlights", Float ) = 1
[HDR][Space(8)] _TopHighlightsColor( "Top Highlights Color", Color ) = ( 1, 1, 1, 1 )
[Space (8)] _Occlusion( "Occlusion", Range( 0, 1 ) ) = 1
//_TransmissionShadow( "Transmission Shadow", Range( 0, 1 ) ) = 0.5
//_TransStrength( "Trans Strength", Range( 0, 50 ) ) = 1
//_TransNormal( "Trans Normal Distortion", Range( 0, 1 ) ) = 0.5
//_TransScattering( "Trans Scattering", Range( 1, 50 ) ) = 2
//_TransDirect( "Trans Direct", Range( 0, 1 ) ) = 0.9
//_TransAmbient( "Trans Ambient", Range( 0, 1 ) ) = 0.1
//_TransShadow( "Trans Shadow", Range( 0, 1 ) ) = 0.5
//_TessPhongStrength( "Tess Phong Strength", Range( 0, 1 ) ) = 0.5
//_TessValue( "Tess Max Tessellation", Range( 1, 32 ) ) = 16
//_TessMin( "Tess Min Distance", Float ) = 10
//_TessMax( "Tess Max Distance", Float ) = 25
//_TessEdgeLength ( "Tess Edge length", Range( 2, 50 ) ) = 16
//_TessMaxDisp( "Tess Max Displacement", Float ) = 25
//_InstancedTerrainNormals("Instanced Terrain Normals", Float) = 1.0
//[ToggleOff(_SPECULARHIGHLIGHTS_OFF)] _SpecularHighlights("Specular Highlights", Float) = 1.0
//[ToggleOff] _EnvironmentReflections("Environment Reflections", Float) = 1.0
[HideInInspector][ToggleUI] _ReceiveShadows("Receive Shadows", Float) = 1.0
[HideInInspector] _QueueOffset("_QueueOffset", Float) = 0
[HideInInspector] _QueueControl("_QueueControl", Float) = -1
[HideInInspector][NoScaleOffset] unity_Lightmaps("unity_Lightmaps", 2DArray) = "" {}
[HideInInspector][NoScaleOffset] unity_LightmapsInd("unity_LightmapsInd", 2DArray) = "" {}
[HideInInspector][NoScaleOffset] unity_ShadowMasks("unity_ShadowMasks", 2DArray) = "" {}
//[HideInInspector][ToggleUI] _AddPrecomputedVelocity("Add Precomputed Velocity", Float) = 1
//[HideInInspector] _XRMotionVectorsPass("_XRMotionVectorsPass", Float) = 1
[HideInInspector] _AlphaClip("__clip", Float) = 0.0
}
SubShader
{
LOD 0
Tags { "RenderPipeline"="UniversalPipeline" "RenderType"="TransparentCutout" "Queue"="AlphaTest" "UniversalMaterialType"="SimpleLit" }
Cull Back
ZWrite On
ZTest LEqual
Offset 0 , 0
AlphaToMask Off
HLSLINCLUDE
#pragma target 4.5
#pragma prefer_hlslcc gles
// ensure rendering platforms toggle list is visible
#if ( SHADER_TARGET > 35 ) && defined( SHADER_API_GLES3 )
#error For WebGL2/GLES3, please set your shader target to 3.5 via SubShader options. URP shaders in ASE use target 4.5 by default.
#endif
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Filtering.hlsl"
#ifndef ASE_TESS_FUNCS
#define ASE_TESS_FUNCS
float4 FixedTess( float tessValue )
{
return tessValue;
}
float CalcDistanceTessFactor (float4 vertex, float minDist, float maxDist, float tess, float4x4 o2w, float3 cameraPos )
{
float3 wpos = mul(o2w,vertex).xyz;
float dist = distance (wpos, cameraPos);
float f = clamp(1.0 - (dist - minDist) / (maxDist - minDist), 0.01, 1.0) * tess;
return f;
}
float4 CalcTriEdgeTessFactors (float3 triVertexFactors)
{
float4 tess;
tess.x = 0.5 * (triVertexFactors.y + triVertexFactors.z);
tess.y = 0.5 * (triVertexFactors.x + triVertexFactors.z);
tess.z = 0.5 * (triVertexFactors.x + triVertexFactors.y);
tess.w = (triVertexFactors.x + triVertexFactors.y + triVertexFactors.z) / 3.0f;
return tess;
}
float CalcEdgeTessFactor (float3 wpos0, float3 wpos1, float edgeLen, float3 cameraPos, float4 scParams )
{
float dist = distance (0.5 * (wpos0+wpos1), cameraPos);
float len = distance(wpos0, wpos1);
float f = max(len * scParams.y / (edgeLen * dist), 1.0);
return f;
}
float DistanceFromPlane (float3 pos, float4 plane)
{
float d = dot (float4(pos,1.0f), plane);
return d;
}
bool WorldViewFrustumCull (float3 wpos0, float3 wpos1, float3 wpos2, float cullEps, float4 planes[6] )
{
float4 planeTest;
planeTest.x = (( DistanceFromPlane(wpos0, planes[0]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos1, planes[0]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos2, planes[0]) > -cullEps) ? 1.0f : 0.0f );
planeTest.y = (( DistanceFromPlane(wpos0, planes[1]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos1, planes[1]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos2, planes[1]) > -cullEps) ? 1.0f : 0.0f );
planeTest.z = (( DistanceFromPlane(wpos0, planes[2]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos1, planes[2]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos2, planes[2]) > -cullEps) ? 1.0f : 0.0f );
planeTest.w = (( DistanceFromPlane(wpos0, planes[3]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos1, planes[3]) > -cullEps) ? 1.0f : 0.0f ) +
(( DistanceFromPlane(wpos2, planes[3]) > -cullEps) ? 1.0f : 0.0f );
return !all (planeTest);
}
float4 DistanceBasedTess( float4 v0, float4 v1, float4 v2, float tess, float minDist, float maxDist, float4x4 o2w, float3 cameraPos )
{
float3 f;
f.x = CalcDistanceTessFactor (v0,minDist,maxDist,tess,o2w,cameraPos);
f.y = CalcDistanceTessFactor (v1,minDist,maxDist,tess,o2w,cameraPos);
f.z = CalcDistanceTessFactor (v2,minDist,maxDist,tess,o2w,cameraPos);
return CalcTriEdgeTessFactors (f);
}
float4 EdgeLengthBasedTess( float4 v0, float4 v1, float4 v2, float edgeLength, float4x4 o2w, float3 cameraPos, float4 scParams )
{
float3 pos0 = mul(o2w,v0).xyz;
float3 pos1 = mul(o2w,v1).xyz;
float3 pos2 = mul(o2w,v2).xyz;
float4 tess;
tess.x = CalcEdgeTessFactor (pos1, pos2, edgeLength, cameraPos, scParams);
tess.y = CalcEdgeTessFactor (pos2, pos0, edgeLength, cameraPos, scParams);
tess.z = CalcEdgeTessFactor (pos0, pos1, edgeLength, cameraPos, scParams);
tess.w = (tess.x + tess.y + tess.z) / 3.0f;
return tess;
}
float4 EdgeLengthBasedTessCull( float4 v0, float4 v1, float4 v2, float edgeLength, float maxDisplacement, float4x4 o2w, float3 cameraPos, float4 scParams, float4 planes[6] )
{
float3 pos0 = mul(o2w,v0).xyz;
float3 pos1 = mul(o2w,v1).xyz;
float3 pos2 = mul(o2w,v2).xyz;
float4 tess;
if (WorldViewFrustumCull(pos0, pos1, pos2, maxDisplacement, planes))
{
tess = 0.0f;
}
else
{
tess.x = CalcEdgeTessFactor (pos1, pos2, edgeLength, cameraPos, scParams);
tess.y = CalcEdgeTessFactor (pos2, pos0, edgeLength, cameraPos, scParams);
tess.z = CalcEdgeTessFactor (pos0, pos1, edgeLength, cameraPos, scParams);
tess.w = (tess.x + tess.y + tess.z) / 3.0f;
}
return tess;
}
#endif //ASE_TESS_FUNCS
ENDHLSL
Pass
{
Name "Forward"
Tags { "LightMode"="UniversalForward" }
Blend One Zero, One Zero
ZWrite On
ZTest LEqual
Offset 0 , 0
ColorMask RGBA
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#pragma shader_feature_local_fragment _RECEIVE_SHADOWS_OFF
#pragma shader_feature_local_fragment _ENVIRONMENTREFLECTIONS_OFF
#pragma multi_compile_fragment _ _SCREEN_SPACE_OCCLUSION
#pragma multi_compile_instancing
#pragma instancing_options renderinglayer
#pragma multi_compile _ LOD_FADE_CROSSFADE
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma multi_compile _ _MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN
#pragma multi_compile _ _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS
#pragma multi_compile _ EVALUATE_SH_MIXED EVALUATE_SH_VERTEX
#pragma multi_compile_fragment _ _ADDITIONAL_LIGHT_SHADOWS
#pragma multi_compile_fragment _ _REFLECTION_PROBE_BLENDING
#pragma multi_compile_fragment _ _REFLECTION_PROBE_BOX_PROJECTION
#pragma multi_compile_fragment _ _REFLECTION_PROBE_ATLAS
#pragma multi_compile_fragment _ _SHADOWS_SOFT _SHADOWS_SOFT_LOW _SHADOWS_SOFT_MEDIUM _SHADOWS_SOFT_HIGH
#pragma multi_compile_fragment _ _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3
#pragma multi_compile _ _LIGHT_LAYERS
#pragma multi_compile_fragment _ _LIGHT_COOKIES
#pragma multi_compile _ _CLUSTER_LIGHT_LOOP
#pragma multi_compile _ LIGHTMAP_SHADOW_MIXING
#pragma multi_compile _ SHADOWS_SHADOWMASK
#pragma multi_compile _ DIRLIGHTMAP_COMBINED
#pragma multi_compile _ LIGHTMAP_ON
#pragma multi_compile _ LIGHTMAP_BICUBIC_SAMPLING
#pragma multi_compile _ DYNAMICLIGHTMAP_ON
#pragma multi_compile _ USE_LEGACY_LIGHTMAPS
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_FORWARD
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/RenderingLayers.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Fog.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ProbeVolumeVariants.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Shadows.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DBuffer.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#if defined(LOD_FADE_CROSSFADE)
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/LODCrossFade.hlsl"
#endif
#if defined( UNITY_INSTANCING_ENABLED ) && defined( ASE_INSTANCED_TERRAIN ) && ( defined(_TERRAIN_INSTANCED_PERPIXEL_NORMAL) || defined(_INSTANCEDTERRAINNORMALS_PIXEL) )
#define ENABLE_TERRAIN_PERPIXEL_NORMAL
#endif
#define ASE_NEEDS_FRAG_WORLD_VIEW_DIR
#define ASE_NEEDS_WORLD_NORMAL
#define ASE_NEEDS_FRAG_WORLD_NORMAL
#define ASE_NEEDS_WORLD_POSITION
#define ASE_NEEDS_FRAG_WORLD_POSITION
#define ASE_NEEDS_FRAG_SHADOWCOORDS
#define ASE_NEEDS_TEXTURE_COORDINATES0
#define ASE_NEEDS_WORLD_TANGENT
#define ASE_NEEDS_FRAG_WORLD_TANGENT
#define ASE_NEEDS_FRAG_WORLD_BITANGENT
#define ASE_NEEDS_FRAG_TEXTURE_COORDINATES0
#define ASE_NEEDS_FRAG_SCREEN_POSITION_NORMALIZED
#define ASE_NEEDS_VERT_TEXTURE_COORDINATES1
#define ASE_NEEDS_FRAG_COLOR
#pragma shader_feature_local _ENABLEWIND_ON
#pragma shader_feature_local _ENABLESUBSURFACEDISTORTION_ON
#pragma shader_feature_local _ENABLESPECULARHIGHLIGHTS_ON
#pragma shader_feature_local _ENABLERIMLIGHTING_ON
#pragma shader_feature_local _ENABLECOLORTINT_ON
#pragma shader_feature_local _ENABLEEMISSION_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
float4 texcoord1 : TEXCOORD1;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
float4 texcoord2 : TEXCOORD2;
#endif
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
half3 normalWS : TEXCOORD1;
float4 tangentWS : TEXCOORD2; // holds terrainUV ifdef ENABLE_TERRAIN_PERPIXEL_NORMAL
float4 lightmapUVOrVertexSH : TEXCOORD3;
#if defined(ASE_FOG) || defined(_ADDITIONAL_LIGHTS_VERTEX)
half4 fogFactorAndVertexLight : TEXCOORD4;
#endif
#if defined(DYNAMICLIGHTMAP_ON)
float2 dynamicLightmapUV : TEXCOORD5;
#endif
#if defined(USE_APV_PROBE_OCCLUSION)
float4 probeOcclusion : TEXCOORD6;
#endif
float4 ase_color : COLOR;
float4 ase_texcoord7 : TEXCOORD7;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _NormalMap;
sampler2D _MainTexture;
sampler2D _TextureRamp;
sampler2D _EmissionMap;
half4 CalculateShadowMask343_g61170( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
float3 AdditionalLightsLambertMask171x( float3 WorldPosition, float2 ScreenUV, float3 WorldNormal, float4 ShadowMask )
{
float3 Color = 0;
#if defined(_ADDITIONAL_LIGHTS)
#define SUM_LIGHTLAMBERT(Light)\
half3 AttLightColor = Light.color * ( Light.distanceAttenuation * Light.shadowAttenuation );\
Color += LightingLambert( AttLightColor, Light.direction, WorldNormal );
InputData inputData = (InputData)0;
inputData.normalizedScreenSpaceUV = ScreenUV;
inputData.positionWS = WorldPosition;
uint meshRenderingLayers = GetMeshRenderingLayer();
uint pixelLightCount = GetAdditionalLightsCount();
#if USE_CLUSTER_LIGHT_LOOP
[loop] for (uint lightIndex = 0; lightIndex < min(URP_FP_DIRECTIONAL_LIGHTS_COUNT, MAX_VISIBLE_LIGHTS); lightIndex++)
{
CLUSTER_LIGHT_LOOP_SUBTRACTIVE_LIGHT_CHECK
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
}
#endif
LIGHT_LOOP_BEGIN( pixelLightCount )
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
LIGHT_LOOP_END
#endif
return Color;
}
half3 ASEIndirectDiffuse( PackedVaryings input, half3 normalWS, float3 positionWS, half3 viewDirWS )
{
#if defined( DYNAMICLIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, input.dynamicLightmapUV.xy, 0, normalWS );
#elif defined( LIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, 0, normalWS );
#elif defined( PROBE_VOLUMES_L1 ) || defined( PROBE_VOLUMES_L2 )
return SampleProbeVolumePixel( SampleSH( normalWS ), positionWS, normalWS, viewDirWS, input.positionCS.xy );
#else
return SampleSH( normalWS );
#endif
}
half4 CalculateShadowMask343_g61172( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
half4 CalculateShadowMask343_g61175( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_color = input.ase_color;
output.ase_texcoord7.xy = input.texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord7.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
VertexNormalInputs normalInput = GetVertexNormalInputs( input.normalOS, input.tangentOS );
OUTPUT_LIGHTMAP_UV(input.texcoord1, unity_LightmapST, output.lightmapUVOrVertexSH.xy);
#if defined(DYNAMICLIGHTMAP_ON)
output.dynamicLightmapUV.xy = input.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
OUTPUT_SH4(vertexInput.positionWS, normalInput.normalWS.xyz, GetWorldSpaceNormalizeViewDir(vertexInput.positionWS), output.lightmapUVOrVertexSH.xyz, output.probeOcclusion);
#if defined(ASE_FOG) || defined(_ADDITIONAL_LIGHTS_VERTEX)
output.fogFactorAndVertexLight = 0;
#if defined(ASE_FOG) && !defined(_FOG_FRAGMENT)
output.fogFactorAndVertexLight.x = ComputeFogFactor(vertexInput.positionCS.z);
#endif
#ifdef _ADDITIONAL_LIGHTS_VERTEX
half3 vertexLight = VertexLighting( vertexInput.positionWS, normalInput.normalWS );
output.fogFactorAndVertexLight.yzw = vertexLight;
#endif
#endif
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
output.normalWS = normalInput.normalWS;
output.tangentWS = float4( normalInput.tangentWS, ( input.tangentOS.w > 0.0 ? 1.0 : -1.0 ) * GetOddNegativeScale() );
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
output.tangentWS.zw = input.texcoord.xy;
output.tangentWS.xy = input.texcoord.xy * unity_LightmapST.xy + unity_LightmapST.zw;
#endif
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
float4 texcoord1 : TEXCOORD1;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
float4 texcoord2 : TEXCOORD2;
#endif
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.texcoord = input.texcoord;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
output.texcoord1 = input.texcoord1;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
output.texcoord2 = input.texcoord2;
#endif
output.ase_color = input.ase_color;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.texcoord = patch[0].texcoord * bary.x + patch[1].texcoord * bary.y + patch[2].texcoord * bary.z;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
output.texcoord1 = patch[0].texcoord1 * bary.x + patch[1].texcoord1 * bary.y + patch[2].texcoord1 * bary.z;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
output.texcoord2 = patch[0].texcoord2 * bary.x + patch[1].texcoord2 * bary.y + patch[2].texcoord2 * bary.z;
#endif
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag ( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
#ifdef _WRITE_RENDERING_LAYERS
, out float4 outRenderingLayers : SV_Target1
#endif
) : SV_Target
{
UNITY_SETUP_INSTANCE_ID(input);
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input);
#if defined( _SURFACE_TYPE_TRANSPARENT )
const bool isTransparent = true;
#else
const bool isTransparent = false;
#endif
#if defined(LOD_FADE_CROSSFADE)
LODFadeCrossFade( input.positionCS );
#endif
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS)
float4 shadowCoord = TransformWorldToShadowCoord( input.positionWS );
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
// @diogo: mikktspace compliant
float renormFactor = 1.0 / max( FLT_MIN, length( input.normalWS ) );
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( PositionWS );
float3 ViewDirWS = GetWorldSpaceNormalizeViewDir( PositionWS );
float4 ShadowCoord = shadowCoord;
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float4 ScreenPos = ComputeScreenPos( ClipPos );
float3 TangentWS = input.tangentWS.xyz * renormFactor;
float3 BitangentWS = cross( input.normalWS, input.tangentWS.xyz ) * input.tangentWS.w * renormFactor;
float3 NormalWS = input.normalWS * renormFactor;
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
float2 sampleCoords = (input.tangentWS.zw / _TerrainHeightmapRecipSize.zw + 0.5f) * _TerrainHeightmapRecipSize.xy;
NormalWS = TransformObjectToWorldNormal(normalize(SAMPLE_TEXTURE2D(_TerrainNormalmapTexture, sampler_TerrainNormalmapTexture, sampleCoords).rgb * 2 - 1));
TangentWS = -cross(GetObjectToWorldMatrix()._13_23_33, NormalWS);
BitangentWS = cross(NormalWS, -TangentWS);
#endif
float3 normalizedWorldNormal = normalize( NormalWS );
float dotResult349 = dot( ViewDirWS , -( SafeNormalize( _MainLightPosition.xyz ) + ( normalizedWorldNormal * (2.0 + ( _DistortionScale - 0.0 ) * ( 0.0 - 2.0 ) / ( 1.0 - 0.0 ) ) ) ) );
float dotResult368 = dot( dotResult349 , (0.0 + ( _DistortionAmount - 0.0 ) * ( 2.0 - 0.0 ) / ( 1.0 - 0.0 ) ) );
float ase_lightIntensity = max( max( _MainLightColor.r, _MainLightColor.g ), _MainLightColor.b ) + 1e-7;
float4 ase_lightColor = float4( _MainLightColor.rgb / ase_lightIntensity, ase_lightIntensity );
float ase_lightAtten = 0;
Light ase_mainLight = GetMainLight( ShadowCoord );
ase_lightAtten = ase_mainLight.distanceAttenuation * ase_mainLight.shadowAttenuation;
float4 SubsurfaceDistortion359 = ( ( ( ( _SubsurfaceTint * saturate( dotResult368 ) ) * ase_lightColor ) * input.ase_color.b ) * ase_lightAtten );
#ifdef _ENABLESUBSURFACEDISTORTION_ON
float4 staticSwitch618 = SubsurfaceDistortion359;
#else
float4 staticSwitch618 = float4( 0,0,0,0 );
#endif
float3 temp_cast_0 = (1.0).xxx;
float2 uv_NormalMap470 = input.ase_texcoord7.xy;
float3 unpack470 = UnpackNormalScale( tex2D( _NormalMap, uv_NormalMap470 ), _NormalScale );
unpack470.z = lerp( 1, unpack470.z, saturate(_NormalScale) );
float3 tanToWorld0 = float3( TangentWS.x, BitangentWS.x, NormalWS.x );
float3 tanToWorld1 = float3( TangentWS.y, BitangentWS.y, NormalWS.y );
float3 tanToWorld2 = float3( TangentWS.z, BitangentWS.z, NormalWS.z );
float3 tanNormal442 = unpack470;
float3 worldNormal442 = normalize( float3( dot( tanToWorld0, tanNormal442 ), dot( tanToWorld1, tanNormal442 ), dot( tanToWorld2, tanNormal442 ) ) );
float3 normalizeResult444 = normalize( worldNormal442 );
float3 Normals594 = normalizeResult444;
float2 uv_MainTexture445 = input.ase_texcoord7.xy;
half3 reflectVector582 = reflect( -ViewDirWS, Normals594 );
float3 indirectSpecular582 = GlossyEnvironmentReflection( reflectVector582, PositionWS, 1.0 - tex2D( _MainTexture, uv_MainTexture445 ).a, _SpecularOcclusion, ScreenPosNorm.xy );
float3 lerpResult447 = lerp( temp_cast_0 , indirectSpecular582 , _IndirectSpecularContribution);
float3 IndirectSpecHighlights531 = lerpResult447;
float2 uv_MainTexture600 = input.ase_texcoord7.xy;
float4 temp_output_561_0 = ( _SpecularTint * tex2D( _MainTexture, uv_MainTexture600 ).a * _SpecularIntensity );
float3 normalizeResult4_g61169 = normalize( ( ViewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult559 = dot( normalizeResult4_g61169 , Normals594 );
float3 WorldPosition288_g61170 = PositionWS;
float3 WorldPosition337_g61170 = WorldPosition288_g61170;
float2 ScreenUV286_g61170 = (ScreenPosNorm).xy;
float2 ScreenUV337_g61170 = ScreenUV286_g61170;
float3 WorldNormal281_g61170 = Normals594;
float3 WorldNormal337_g61170 = WorldNormal281_g61170;
half4 localCalculateShadowMask343_g61170 = CalculateShadowMask343_g61170();
float4 ShadowMask360_g61170 = localCalculateShadowMask343_g61170;
float4 ShadowMask337_g61170 = ShadowMask360_g61170;
float3 localAdditionalLightsLambertMask171x337_g61170 = AdditionalLightsLambertMask171x( WorldPosition337_g61170 , ScreenUV337_g61170 , WorldNormal337_g61170 , ShadowMask337_g61170 );
float4 DirectSpecHighlights574 = ( float4( (temp_output_561_0).rgb , 0.0 ) * saturate( ( float4( ( (-1.0 + ( _SpecularSize - 0.0 ) * ( -0.5 - -1.0 ) / ( 1.0 - 0.0 ) ) + ( dotResult559 + saturate( localAdditionalLightsLambertMask171x337_g61170 ) ) ) , 0.0 ) / ( ( 1.0 - temp_output_561_0 ) * _SpecularSmoothness ) ) ) );
float3 bakedGI540 = ASEIndirectDiffuse( input, NormalWS, PositionWS, ViewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, NormalWS, bakedGI540, half4( 0, 0, 0, 0 ) );
float4 HalfLambert543 = ( ( ase_lightColor * ase_lightAtten ) + float4( bakedGI540 , 0.0 ) );
float4 SpecularHighlights578 = ( float4( IndirectSpecHighlights531 , 0.0 ) * DirectSpecHighlights574 * HalfLambert543 );
#ifdef _ENABLESPECULARHIGHLIGHTS_ON
float4 staticSwitch573 = SpecularHighlights578;
#else
float4 staticSwitch573 = float4( 0,0,0,0 );
#endif
float3 RimLightColor529 = _RimLightColor.rgb;
float3 bakedGI518 = ASEIndirectDiffuse( input, NormalWS, PositionWS, ViewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, NormalWS, bakedGI518, half4( 0, 0, 0, 0 ) );
float3 lerpResult478 = lerp( normalizedWorldNormal , Normals594 , _NormalMapInfluence);
float3 NormalLerp479 = lerpResult478;
float dotResult512 = dot( SafeNormalize( _MainLightPosition.xyz ) , NormalLerp479 );
float temp_output_507_0 = (0.4 + ( _ViewEdgeThreshold - 0.0 ) * ( 1.0 - 0.4 ) / ( 1.0 - 0.0 ) );
float dotResult508 = dot( NormalLerp479 , ViewDirWS );
float smoothstepResult511 = smoothstep( temp_output_507_0 , ( temp_output_507_0 + _ViewEdgeSoftness ) , ( 1.0 - saturate( dotResult508 ) ));
float3 normalizeResult4_g61174 = normalize( ( ViewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult523 = dot( NormalLerp479 , ( normalizeResult4_g61174 * _RimSpread ) );
float3 WorldPosition288_g61172 = PositionWS;
float3 WorldPosition337_g61172 = WorldPosition288_g61172;
float2 ScreenUV286_g61172 = (ScreenPosNorm).xy;
float2 ScreenUV337_g61172 = ScreenUV286_g61172;
float3 WorldNormal281_g61172 = NormalLerp479;
float3 WorldNormal337_g61172 = WorldNormal281_g61172;
half4 localCalculateShadowMask343_g61172 = CalculateShadowMask343_g61172();
float4 ShadowMask360_g61172 = localCalculateShadowMask343_g61172;
float4 ShadowMask337_g61172 = ShadowMask360_g61172;
float3 localAdditionalLightsLambertMask171x337_g61172 = AdditionalLightsLambertMask171x( WorldPosition337_g61172 , ScreenUV337_g61172 , WorldNormal337_g61172 , ShadowMask337_g61172 );
float smoothstepResult516 = smoothstep( 0.0 , _DistanceFade1 , distance( PositionWS , _WorldSpaceCameraPos ));
float4 temp_output_489_0 = ( ( float4( ( RimLightColor529 * (0.0 + ( _RimIntensity1 - 0.0 ) * ( 1000.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ) , 0.0 ) * ase_lightAtten * float4( bakedGI518 , 0.0 ) * ( ( 1.0 - saturate( dotResult512 ) ) * smoothstepResult511 ) * saturate( ( ( -0.2 + dotResult523 ) + ( float4( saturate( localAdditionalLightsLambertMask171x337_g61172 ) , 0.0 ) * ase_lightColor ) ) ) ) * ( 1.0 - smoothstepResult516 ) );
float2 uv_MainTexture486 = input.ase_texcoord7.xy;
float4 lerpResult491 = lerp( temp_output_489_0 , ( temp_output_489_0 * tex2D( _MainTexture, uv_MainTexture486 ).a ) , _SpecularInfluence);
float4 RimLight605 = ( lerpResult491 * input.ase_color.a );
#ifdef _ENABLERIMLIGHTING_ON
float4 staticSwitch587 = RimLight605;
#else
float4 staticSwitch587 = float4( 0,0,0,0 );
#endif
float4 color452 = IsGammaSpace() ? float4( 1, 1, 1, 1 ) : float4( 1, 1, 1, 1 );
#ifdef _ENABLECOLORTINT_ON
float4 staticSwitch586 = _BaseTint;
#else
float4 staticSwitch586 = color452;
#endif
float2 uv_MainTexture468 = input.ase_texcoord7.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float dotResult533 = dot( Normals594 , SafeNormalize( _MainLightPosition.xyz ) );
float RampScale553 = _RampScale;
float RampOffset552 = _RampOffset;
float CEL_Effect473 = saturate( (dotResult533*RampScale553 + RampOffset552) );
float2 temp_cast_8 = (CEL_Effect473).xx;
float4 FinalLighting611 = ( ( tex2DNode468 * tex2D( _TextureRamp, temp_cast_8 ) ) * HalfLambert543 );
float3 HighlightsColor609 = _TopHighlightsColor.rgb;
float4 blendOpSrc332 = float4( HighlightsColor609 , 0.0 );
float4 blendOpDest332 = FinalLighting611;
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(PositionWS.x , PositionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2D( ToonScapesGlobalNoiseTexture, ( panner287 / float2( 150,150 ) ) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 lerpBlendMode332 = lerp(blendOpDest332, (( blendOpSrc332 > 0.5 ) ? ( 1.0 - ( 1.0 - 2.0 * ( blendOpSrc332 - 0.5 ) ) * ( 1.0 - blendOpDest332 ) ) : ( 2.0 * blendOpSrc332 * blendOpDest332 ) ),( WindSway244 * input.ase_color.g * ase_lightAtten ).r);
float4 FinalLightingHighlights335 = (( _EnableTopHighlights )?( ( saturate( lerpBlendMode332 )) ):( FinalLighting611 ));
float3 WorldPosition288_g61175 = PositionWS;
float3 WorldPosition337_g61175 = WorldPosition288_g61175;
float2 ScreenUV286_g61175 = (ScreenPosNorm).xy;
float2 ScreenUV337_g61175 = ScreenUV286_g61175;
float3 WorldNormal281_g61175 = Normals594;
float3 WorldNormal337_g61175 = WorldNormal281_g61175;
half4 localCalculateShadowMask343_g61175 = CalculateShadowMask343_g61175();
float4 ShadowMask360_g61175 = localCalculateShadowMask343_g61175;
float4 ShadowMask337_g61175 = ShadowMask360_g61175;
float3 localAdditionalLightsLambertMask171x337_g61175 = AdditionalLightsLambertMask171x( WorldPosition337_g61175 , ScreenUV337_g61175 , WorldNormal337_g61175 , ShadowMask337_g61175 );
float3 EmissionColor461 = _EmissionColor.rgb;
float2 uv_EmissionMap625 = input.ase_texcoord7.xy;
float EmissionAlpha462 = _EmissionColor.a;
float mulTime648 = _TimeParameters.x * _FlickerFrequency;
#ifdef _ENABLEEMISSION_ON
float3 staticSwitch589 = ( ( _EmissionIntensity1 * EmissionColor461 * tex2D( _EmissionMap, uv_EmissionMap625 ).rgb * EmissionAlpha462 ) * ( ( sin( ( ( mulTime648 + ( PositionWS.x + PositionWS.z ) ) / _FlickerScale ) ) * ( ( _MaxIntensity - _MinIntensity ) * 0.5 ) ) + ( ( _MaxIntensity + _MinIntensity ) * 0.5 ) ) );
#else
float3 staticSwitch589 = float3( 0,0,0 );
#endif
float3 Emission467 = staticSwitch589;
float Alpha614 = tex2DNode468.a;
float3 BaseColor = ( staticSwitch618 + ( staticSwitch573 + ( staticSwitch587 + ( staticSwitch586 * ( FinalLightingHighlights335 + ( tex2DNode468 * tex2D( _TextureRamp, (saturate( localAdditionalLightsLambertMask171x337_g61175 )*RampScale553 + RampOffset552).xy ) ) ) ) ) ) ).rgb;
float3 Normal = float3(0, 0, 1);
float3 Specular = 0.5;
float Metallic = 0;
float Smoothness = 0.5;
float Occlusion = _Occlusion;
float3 Emission = Emission467;
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
float AlphaClipThresholdShadow = 0.5;
#endif
float3 BakedGI = 0;
float3 RefractionColor = 1;
float RefractionIndex = 1;
float3 Transmission = 1;
float3 Translucency = 1;
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#ifdef _CLEARCOAT
float CoatMask = 0;
float CoatSmoothness = 0;
#endif
#if defined( _ALPHATEST_ON )
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_CHANGES_WORLD_POS)
ShadowCoord = TransformWorldToShadowCoord( PositionWS );
#endif
InputData inputData = (InputData)0;
inputData.positionWS = PositionWS;
inputData.positionCS = input.positionCS;
inputData.normalizedScreenSpaceUV = ScreenPosNorm.xy;
inputData.viewDirectionWS = ViewDirWS;
inputData.shadowCoord = ShadowCoord;
#ifdef _NORMALMAP
#if _NORMAL_DROPOFF_TS
inputData.normalWS = TransformTangentToWorld(Normal, half3x3(TangentWS, BitangentWS, NormalWS));
#elif _NORMAL_DROPOFF_OS
inputData.normalWS = TransformObjectToWorldNormal(Normal);
#elif _NORMAL_DROPOFF_WS
inputData.normalWS = Normal;
#endif
inputData.normalWS = NormalizeNormalPerPixel(inputData.normalWS);
#else
inputData.normalWS = NormalWS;
#endif
#ifdef ASE_FOG
inputData.fogCoord = InitializeInputDataFog(float4(inputData.positionWS, 1.0), input.fogFactorAndVertexLight.x);
#endif
#ifdef _ADDITIONAL_LIGHTS_VERTEX
inputData.vertexLighting = input.fogFactorAndVertexLight.yzw;
#endif
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
float3 SH = SampleSH(inputData.normalWS.xyz);
#else
float3 SH = input.lightmapUVOrVertexSH.xyz;
#endif
#if defined(DYNAMICLIGHTMAP_ON)
inputData.bakedGI = SAMPLE_GI(input.lightmapUVOrVertexSH.xy, input.dynamicLightmapUV.xy, SH, inputData.normalWS);
inputData.shadowMask = SAMPLE_SHADOWMASK(input.lightmapUVOrVertexSH.xy);
#elif !defined(LIGHTMAP_ON) && (defined(PROBE_VOLUMES_L1) || defined(PROBE_VOLUMES_L2))
inputData.bakedGI = SAMPLE_GI( SH, GetAbsolutePositionWS(inputData.positionWS),
inputData.normalWS,
inputData.viewDirectionWS,
input.positionCS.xy,
input.probeOcclusion,
inputData.shadowMask );
#else
inputData.bakedGI = SAMPLE_GI(input.lightmapUVOrVertexSH.xy, SH, inputData.normalWS);
inputData.shadowMask = SAMPLE_SHADOWMASK(input.lightmapUVOrVertexSH.xy);
#endif
#ifdef ASE_BAKEDGI
inputData.bakedGI = BakedGI;
#endif
#if defined(DEBUG_DISPLAY)
#if defined(DYNAMICLIGHTMAP_ON)
inputData.dynamicLightmapUV = input.dynamicLightmapUV.xy;
#endif
#if defined(LIGHTMAP_ON)
inputData.staticLightmapUV = input.lightmapUVOrVertexSH.xy;
#else
inputData.vertexSH = SH;
#endif
#if defined(USE_APV_PROBE_OCCLUSION)
inputData.probeOcclusion = input.probeOcclusion;
#endif
#endif
SurfaceData surfaceData;
surfaceData.albedo = BaseColor;
surfaceData.metallic = saturate(Metallic);
surfaceData.specular = Specular;
surfaceData.smoothness = saturate(Smoothness),
surfaceData.occlusion = Occlusion,
surfaceData.emission = Emission,
surfaceData.alpha = saturate(Alpha);
surfaceData.normalTS = Normal;
surfaceData.clearCoatMask = 0;
surfaceData.clearCoatSmoothness = 1;
#ifdef _CLEARCOAT
surfaceData.clearCoatMask = saturate(CoatMask);
surfaceData.clearCoatSmoothness = saturate(CoatSmoothness);
#endif
#if defined(_DBUFFER)
ApplyDecalToSurfaceData(input.positionCS, surfaceData, inputData);
#endif
#ifdef ASE_LIGHTING_SIMPLE
half4 color = UniversalFragmentBlinnPhong( inputData, surfaceData);
#else
half4 color = UniversalFragmentPBR( inputData, surfaceData);
#endif
#ifdef ASE_TRANSMISSION
{
float shadow = _TransmissionShadow;
#define SUM_LIGHT_TRANSMISSION(Light)\
float3 atten = Light.color * Light.distanceAttenuation;\
atten = lerp( atten, atten * Light.shadowAttenuation, shadow );\
half3 transmission = max( 0, -dot( inputData.normalWS, Light.direction ) ) * atten * Transmission;\
color.rgb += BaseColor * transmission;
SUM_LIGHT_TRANSMISSION( GetMainLight( inputData.shadowCoord ) );
#if defined(_ADDITIONAL_LIGHTS)
uint meshRenderingLayers = GetMeshRenderingLayer();
uint pixelLightCount = GetAdditionalLightsCount();
#if USE_CLUSTER_LIGHT_LOOP
[loop] for (uint lightIndex = 0; lightIndex < min(URP_FP_DIRECTIONAL_LIGHTS_COUNT, MAX_VISIBLE_LIGHTS); lightIndex++)
{
CLUSTER_LIGHT_LOOP_SUBTRACTIVE_LIGHT_CHECK
Light light = GetAdditionalLight(lightIndex, inputData.positionWS, inputData.shadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHT_TRANSMISSION( light );
}
}
#endif
LIGHT_LOOP_BEGIN( pixelLightCount )
Light light = GetAdditionalLight(lightIndex, inputData.positionWS, inputData.shadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHT_TRANSMISSION( light );
}
LIGHT_LOOP_END
#endif
}
#endif
#ifdef ASE_TRANSLUCENCY
{
float shadow = _TransShadow;
float normal = _TransNormal;
float scattering = _TransScattering;
float direct = _TransDirect;
float ambient = _TransAmbient;
float strength = _TransStrength;
#define SUM_LIGHT_TRANSLUCENCY(Light)\
float3 atten = Light.color * Light.distanceAttenuation;\
atten = lerp( atten, atten * Light.shadowAttenuation, shadow );\
half3 lightDir = Light.direction + inputData.normalWS * normal;\
half VdotL = pow( saturate( dot( inputData.viewDirectionWS, -lightDir ) ), scattering );\
half3 translucency = atten * ( VdotL * direct + inputData.bakedGI * ambient ) * Translucency;\
color.rgb += BaseColor * translucency * strength;
SUM_LIGHT_TRANSLUCENCY( GetMainLight( inputData.shadowCoord ) );
#if defined(_ADDITIONAL_LIGHTS)
uint meshRenderingLayers = GetMeshRenderingLayer();
uint pixelLightCount = GetAdditionalLightsCount();
#if USE_CLUSTER_LIGHT_LOOP
[loop] for (uint lightIndex = 0; lightIndex < min(URP_FP_DIRECTIONAL_LIGHTS_COUNT, MAX_VISIBLE_LIGHTS); lightIndex++)
{
CLUSTER_LIGHT_LOOP_SUBTRACTIVE_LIGHT_CHECK
Light light = GetAdditionalLight(lightIndex, inputData.positionWS, inputData.shadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHT_TRANSLUCENCY( light );
}
}
#endif
LIGHT_LOOP_BEGIN( pixelLightCount )
Light light = GetAdditionalLight(lightIndex, inputData.positionWS, inputData.shadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHT_TRANSLUCENCY( light );
}
LIGHT_LOOP_END
#endif
}
#endif
#ifdef ASE_REFRACTION
float4 projScreenPos = ScreenPos / ScreenPos.w;
float3 refractionOffset = ( RefractionIndex - 1.0 ) * mul( UNITY_MATRIX_V, float4( NormalWS,0 ) ).xyz * ( 1.0 - dot( NormalWS, ViewDirWS ) );
projScreenPos.xy += refractionOffset.xy;
float3 refraction = SHADERGRAPH_SAMPLE_SCENE_COLOR( projScreenPos.xy ) * RefractionColor;
color.rgb = lerp( refraction, color.rgb, color.a );
color.a = 1;
#endif
#ifdef ASE_FINAL_COLOR_ALPHA_MULTIPLY
color.rgb *= color.a;
#endif
#ifdef ASE_FOG
#ifdef TERRAIN_SPLAT_ADDPASS
color.rgb = MixFogColor(color.rgb, half3(0,0,0), inputData.fogCoord);
#else
color.rgb = MixFog(color.rgb, inputData.fogCoord);
#endif
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
#ifdef _WRITE_RENDERING_LAYERS
uint renderingLayers = GetMeshRenderingLayer();
outRenderingLayers = float4( EncodeMeshRenderingLayer( renderingLayers ), 0, 0, 0 );
#endif
#if defined( ASE_OPAQUE_KEEP_ALPHA )
return half4( color.rgb, color.a );
#else
return half4( color.rgb, OutputAlpha( color.a, isTransparent ) );
#endif
}
ENDHLSL
}
Pass
{
Name "ShadowCaster"
Tags { "LightMode"="ShadowCaster" }
ZWrite On
ZTest LEqual
AlphaToMask Off
ColorMask 0
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#pragma multi_compile_instancing
#pragma multi_compile _ LOD_FADE_CROSSFADE
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma multi_compile_vertex _ _CASTING_PUNCTUAL_LIGHT_SHADOW
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_SHADOWCASTER
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#if defined(LOD_FADE_CROSSFADE)
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/LODCrossFade.hlsl"
#endif
#define ASE_NEEDS_TEXTURE_COORDINATES0
#pragma shader_feature_local _ENABLEWIND_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
float4 ase_texcoord1 : TEXCOORD1;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _MainTexture;
float3 _LightDirection;
float3 _LightPosition;
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO( output );
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_texcoord1.xy = input.ase_texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord1.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
float3 positionWS = TransformObjectToWorld( input.positionOS.xyz );
float3 normalWS = TransformObjectToWorldDir(input.normalOS);
#if _CASTING_PUNCTUAL_LIGHT_SHADOW
float3 lightDirectionWS = normalize(_LightPosition - positionWS);
#else
float3 lightDirectionWS = _LightDirection;
#endif
float4 positionCS = TransformWorldToHClip(ApplyShadowBias(positionWS, normalWS, lightDirectionWS));
//code for UNITY_REVERSED_Z is moved into Shadows.hlsl from 6000.0.22 and or higher
positionCS = ApplyShadowClamping(positionCS);
output.positionCS = positionCS;
output.positionWS = positionWS;
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.ase_color = input.ase_color;
output.ase_texcoord = input.ase_texcoord;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
output.ase_texcoord = patch[0].ase_texcoord * bary.x + patch[1].ase_texcoord * bary.y + patch[2].ase_texcoord * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
) : SV_Target
{
UNITY_SETUP_INSTANCE_ID( input );
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( input );
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_NEEDS_FRAG_SHADOWCOORDS)
float4 shadowCoord = TransformWorldToShadowCoord(input.positionWS);
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( input.positionWS );
float4 ShadowCoord = shadowCoord;
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float4 ScreenPos = ComputeScreenPos( ClipPos );
float2 uv_MainTexture468 = input.ase_texcoord1.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float Alpha614 = tex2DNode468.a;
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
float AlphaClipThresholdShadow = 0.5;
#endif
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#if defined( _ALPHATEST_ON )
#if defined( _ALPHATEST_SHADOW_ON )
AlphaDiscard( Alpha, AlphaClipThresholdShadow );
#else
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
#endif
#if defined(LOD_FADE_CROSSFADE)
LODFadeCrossFade( input.positionCS );
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
return 0;
}
ENDHLSL
}
Pass
{
Name "DepthOnly"
Tags { "LightMode"="DepthOnly" }
ZWrite On
ColorMask R
AlphaToMask Off
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#pragma multi_compile_instancing
#pragma multi_compile _ LOD_FADE_CROSSFADE
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_DEPTHONLY
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#if defined(LOD_FADE_CROSSFADE)
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/LODCrossFade.hlsl"
#endif
#define ASE_NEEDS_TEXTURE_COORDINATES0
#pragma shader_feature_local _ENABLEWIND_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
float4 ase_texcoord1 : TEXCOORD1;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _MainTexture;
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_texcoord1.xy = input.ase_texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord1.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.ase_color = input.ase_color;
output.ase_texcoord = input.ase_texcoord;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
output.ase_texcoord = patch[0].ase_texcoord * bary.x + patch[1].ase_texcoord * bary.y + patch[2].ase_texcoord * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
) : SV_Target
{
UNITY_SETUP_INSTANCE_ID(input);
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( input );
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_NEEDS_FRAG_SHADOWCOORDS)
float4 shadowCoord = TransformWorldToShadowCoord(input.positionWS);
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( input.positionWS );
float4 ShadowCoord = shadowCoord;
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float4 ScreenPos = ComputeScreenPos( ClipPos );
float2 uv_MainTexture468 = input.ase_texcoord1.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float Alpha614 = tex2DNode468.a;
float Alpha = Alpha614;
float AlphaClipThreshold = _AlphaClipThreshold;
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#if defined( _ALPHATEST_ON )
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
#if defined(LOD_FADE_CROSSFADE)
LODFadeCrossFade( input.positionCS );
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
return 0;
}
ENDHLSL
}
Pass
{
Name "Meta"
Tags { "LightMode"="Meta" }
Cull Off
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma shader_feature EDITOR_VISUALIZATION
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_META
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/MetaInput.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#define ASE_NEEDS_WORLD_POSITION
#define ASE_NEEDS_FRAG_WORLD_POSITION
#define ASE_NEEDS_VERT_NORMAL
#define ASE_NEEDS_FRAG_SHADOWCOORDS
#define ASE_NEEDS_TEXTURE_COORDINATES0
#define ASE_NEEDS_VERT_TANGENT
#define ASE_NEEDS_FRAG_TEXTURE_COORDINATES0
#define ASE_NEEDS_VERT_TEXTURE_COORDINATES1
#define ASE_NEEDS_VERT_TEXTURE_COORDINATES2
#define ASE_NEEDS_FRAG_COLOR
#pragma shader_feature_local _ENABLEWIND_ON
#pragma shader_feature_local _ENABLESUBSURFACEDISTORTION_ON
#pragma shader_feature_local _ENABLESPECULARHIGHLIGHTS_ON
#pragma multi_compile _ _CLUSTER_LIGHT_LOOP
#pragma multi_compile_fragment _ _REFLECTION_PROBE_ATLAS
#pragma multi_compile _ LIGHTMAP_ON
#pragma multi_compile _ DIRLIGHTMAP_COMBINED
#pragma multi_compile _ _MIXED_LIGHTING_SUBTRACTIVE
#pragma multi_compile _ LIGHTMAP_BICUBIC_SAMPLING
#pragma multi_compile _ DYNAMICLIGHTMAP_ON
#pragma shader_feature_local _ENABLERIMLIGHTING_ON
#pragma shader_feature_local _ENABLECOLORTINT_ON
#pragma shader_feature_local _ENABLEEMISSION_ON
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
float4 texcoord1 : TEXCOORD1;
float4 texcoord2 : TEXCOORD2;
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
#ifdef EDITOR_VISUALIZATION
float4 VizUV : TEXCOORD1;
float4 LightCoord : TEXCOORD2;
#endif
float4 ase_texcoord3 : TEXCOORD3;
float4 ase_color : COLOR;
float4 ase_texcoord4 : TEXCOORD4;
float4 ase_texcoord5 : TEXCOORD5;
float4 ase_texcoord6 : TEXCOORD6;
float4 ase_texcoord7 : TEXCOORD7;
float4 lightmapUVOrVertexSH : TEXCOORD8;
float4 dynamicLightmapUV : TEXCOORD9;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _NormalMap;
sampler2D _MainTexture;
sampler2D _TextureRamp;
sampler2D _EmissionMap;
half4 CalculateShadowMask343_g61170( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
float3 AdditionalLightsLambertMask171x( float3 WorldPosition, float2 ScreenUV, float3 WorldNormal, float4 ShadowMask )
{
float3 Color = 0;
#if defined(_ADDITIONAL_LIGHTS)
#define SUM_LIGHTLAMBERT(Light)\
half3 AttLightColor = Light.color * ( Light.distanceAttenuation * Light.shadowAttenuation );\
Color += LightingLambert( AttLightColor, Light.direction, WorldNormal );
InputData inputData = (InputData)0;
inputData.normalizedScreenSpaceUV = ScreenUV;
inputData.positionWS = WorldPosition;
uint meshRenderingLayers = GetMeshRenderingLayer();
uint pixelLightCount = GetAdditionalLightsCount();
#if USE_CLUSTER_LIGHT_LOOP
[loop] for (uint lightIndex = 0; lightIndex < min(URP_FP_DIRECTIONAL_LIGHTS_COUNT, MAX_VISIBLE_LIGHTS); lightIndex++)
{
CLUSTER_LIGHT_LOOP_SUBTRACTIVE_LIGHT_CHECK
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
}
#endif
LIGHT_LOOP_BEGIN( pixelLightCount )
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
LIGHT_LOOP_END
#endif
return Color;
}
half3 ASEIndirectDiffuse( PackedVaryings input, half3 normalWS, float3 positionWS, half3 viewDirWS )
{
#if defined( DYNAMICLIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, input.dynamicLightmapUV.xy, 0, normalWS );
#elif defined( LIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, 0, normalWS );
#elif defined( PROBE_VOLUMES_L1 ) || defined( PROBE_VOLUMES_L2 )
return SampleProbeVolumePixel( SampleSH( normalWS ), positionWS, normalWS, viewDirWS, input.positionCS.xy );
#else
return SampleSH( normalWS );
#endif
}
half4 CalculateShadowMask343_g61172( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
half4 CalculateShadowMask343_g61175( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
float3 ase_normalWS = TransformObjectToWorldNormal( input.normalOS );
output.ase_texcoord3.xyz = ase_normalWS;
float3 ase_tangentWS = TransformObjectToWorldDir( input.tangentOS.xyz );
output.ase_texcoord5.xyz = ase_tangentWS;
float ase_tangentSign = input.tangentOS.w * ( unity_WorldTransformParams.w >= 0.0 ? 1.0 : -1.0 );
float3 ase_bitangentWS = cross( ase_normalWS, ase_tangentWS ) * ase_tangentSign;
output.ase_texcoord6.xyz = ase_bitangentWS;
float4 ase_positionCS = TransformObjectToHClip( ( input.positionOS ).xyz );
float4 screenPos = ComputeScreenPos( ase_positionCS );
output.ase_texcoord7 = screenPos;
OUTPUT_LIGHTMAP_UV( input.texcoord1, unity_LightmapST, output.lightmapUVOrVertexSH.xy );
#if !defined( OUTPUT_SH4 )
OUTPUT_SH( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#elif UNITY_VERSION > 60000009
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz, output.probeOcclusion );
#else
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#endif
#if defined( DYNAMICLIGHTMAP_ON )
output.dynamicLightmapUV.xy = input.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
OUTPUT_LIGHTMAP_UV( input.texcoord1, unity_LightmapST, output.lightmapUVOrVertexSH.xy );
#if !defined( OUTPUT_SH4 )
OUTPUT_SH( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#elif UNITY_VERSION > 60000009
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz, output.probeOcclusion );
#else
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#endif
#if defined( DYNAMICLIGHTMAP_ON )
output.dynamicLightmapUV.xy = input.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
output.ase_color = input.ase_color;
output.ase_texcoord4.xy = input.texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord3.w = 0;
output.ase_texcoord4.zw = 0;
output.ase_texcoord5.w = 0;
output.ase_texcoord6.w = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
#ifdef EDITOR_VISUALIZATION
float2 VizUV = 0;
float4 LightCoord = 0;
UnityEditorVizData(input.positionOS.xyz, input.texcoord.xy, input.texcoord1.xy, input.texcoord2.xy, VizUV, LightCoord);
output.VizUV = float4(VizUV, 0, 0);
output.LightCoord = LightCoord;
#endif
output.positionCS = MetaVertexPosition( input.positionOS, input.texcoord1.xy, input.texcoord1.xy, unity_LightmapST, unity_DynamicLightmapST );
output.positionWS = TransformObjectToWorld( input.positionOS.xyz );
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
float4 texcoord1 : TEXCOORD1;
float4 texcoord2 : TEXCOORD2;
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.texcoord = input.texcoord;
output.texcoord1 = input.texcoord1;
output.texcoord2 = input.texcoord2;
output.ase_color = input.ase_color;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.texcoord = patch[0].texcoord * bary.x + patch[1].texcoord * bary.y + patch[2].texcoord * bary.z;
output.texcoord1 = patch[0].texcoord1 * bary.x + patch[1].texcoord1 * bary.y + patch[2].texcoord1 * bary.z;
output.texcoord2 = patch[0].texcoord2 * bary.x + patch[1].texcoord2 * bary.y + patch[2].texcoord2 * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag(PackedVaryings input ) : SV_Target
{
UNITY_SETUP_INSTANCE_ID(input);
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( input );
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_NEEDS_FRAG_SHADOWCOORDS)
float4 shadowCoord = TransformWorldToShadowCoord(input.positionWS);
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( input.positionWS );
float4 ShadowCoord = shadowCoord;
float3 ase_viewVectorWS = ( ( unity_OrthoParams.w == 0 ) ? _WorldSpaceCameraPos - PositionWS : UNITY_MATRIX_V[ 2 ].xyz );
float3 ase_viewDirWS = normalize( ase_viewVectorWS );
float3 ase_normalWS = input.ase_texcoord3.xyz;
float3 normalizedWorldNormal = normalize( ase_normalWS );
float dotResult349 = dot( ase_viewDirWS , -( SafeNormalize( _MainLightPosition.xyz ) + ( normalizedWorldNormal * (2.0 + ( _DistortionScale - 0.0 ) * ( 0.0 - 2.0 ) / ( 1.0 - 0.0 ) ) ) ) );
float dotResult368 = dot( dotResult349 , (0.0 + ( _DistortionAmount - 0.0 ) * ( 2.0 - 0.0 ) / ( 1.0 - 0.0 ) ) );
float ase_lightIntensity = max( max( _MainLightColor.r, _MainLightColor.g ), _MainLightColor.b ) + 1e-7;
float4 ase_lightColor = float4( _MainLightColor.rgb / ase_lightIntensity, ase_lightIntensity );
float ase_lightAtten = 0;
Light ase_mainLight = GetMainLight( ShadowCoord );
ase_lightAtten = ase_mainLight.distanceAttenuation * ase_mainLight.shadowAttenuation;
float4 SubsurfaceDistortion359 = ( ( ( ( _SubsurfaceTint * saturate( dotResult368 ) ) * ase_lightColor ) * input.ase_color.b ) * ase_lightAtten );
#ifdef _ENABLESUBSURFACEDISTORTION_ON
float4 staticSwitch618 = SubsurfaceDistortion359;
#else
float4 staticSwitch618 = float4( 0,0,0,0 );
#endif
float3 temp_cast_0 = (1.0).xxx;
float2 uv_NormalMap470 = input.ase_texcoord4.xy;
float3 unpack470 = UnpackNormalScale( tex2D( _NormalMap, uv_NormalMap470 ), _NormalScale );
unpack470.z = lerp( 1, unpack470.z, saturate(_NormalScale) );
float3 ase_tangentWS = input.ase_texcoord5.xyz;
float3 ase_bitangentWS = input.ase_texcoord6.xyz;
float3 tanToWorld0 = float3( ase_tangentWS.x, ase_bitangentWS.x, ase_normalWS.x );
float3 tanToWorld1 = float3( ase_tangentWS.y, ase_bitangentWS.y, ase_normalWS.y );
float3 tanToWorld2 = float3( ase_tangentWS.z, ase_bitangentWS.z, ase_normalWS.z );
float3 tanNormal442 = unpack470;
float3 worldNormal442 = normalize( float3( dot( tanToWorld0, tanNormal442 ), dot( tanToWorld1, tanNormal442 ), dot( tanToWorld2, tanNormal442 ) ) );
float3 normalizeResult444 = normalize( worldNormal442 );
float3 Normals594 = normalizeResult444;
float2 uv_MainTexture445 = input.ase_texcoord4.xy;
half3 reflectVector582 = reflect( -ase_viewDirWS, Normals594 );
float4 screenPos = input.ase_texcoord7;
float4 ase_positionSSNorm = screenPos / screenPos.w;
ase_positionSSNorm.z = ( UNITY_NEAR_CLIP_VALUE >= 0 ) ? ase_positionSSNorm.z : ase_positionSSNorm.z * 0.5 + 0.5;
float3 indirectSpecular582 = GlossyEnvironmentReflection( reflectVector582, PositionWS, 1.0 - tex2D( _MainTexture, uv_MainTexture445 ).a, _SpecularOcclusion, ase_positionSSNorm.xy );
float3 lerpResult447 = lerp( temp_cast_0 , indirectSpecular582 , _IndirectSpecularContribution);
float3 IndirectSpecHighlights531 = lerpResult447;
float2 uv_MainTexture600 = input.ase_texcoord4.xy;
float4 temp_output_561_0 = ( _SpecularTint * tex2D( _MainTexture, uv_MainTexture600 ).a * _SpecularIntensity );
float3 normalizeResult4_g61169 = normalize( ( ase_viewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult559 = dot( normalizeResult4_g61169 , Normals594 );
float3 WorldPosition288_g61170 = PositionWS;
float3 WorldPosition337_g61170 = WorldPosition288_g61170;
float2 ScreenUV286_g61170 = (ase_positionSSNorm).xy;
float2 ScreenUV337_g61170 = ScreenUV286_g61170;
float3 WorldNormal281_g61170 = Normals594;
float3 WorldNormal337_g61170 = WorldNormal281_g61170;
half4 localCalculateShadowMask343_g61170 = CalculateShadowMask343_g61170();
float4 ShadowMask360_g61170 = localCalculateShadowMask343_g61170;
float4 ShadowMask337_g61170 = ShadowMask360_g61170;
float3 localAdditionalLightsLambertMask171x337_g61170 = AdditionalLightsLambertMask171x( WorldPosition337_g61170 , ScreenUV337_g61170 , WorldNormal337_g61170 , ShadowMask337_g61170 );
float4 DirectSpecHighlights574 = ( float4( (temp_output_561_0).rgb , 0.0 ) * saturate( ( float4( ( (-1.0 + ( _SpecularSize - 0.0 ) * ( -0.5 - -1.0 ) / ( 1.0 - 0.0 ) ) + ( dotResult559 + saturate( localAdditionalLightsLambertMask171x337_g61170 ) ) ) , 0.0 ) / ( ( 1.0 - temp_output_561_0 ) * _SpecularSmoothness ) ) ) );
float3 bakedGI540 = ASEIndirectDiffuse( input, ase_normalWS, PositionWS, ase_viewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, ase_normalWS, bakedGI540, half4( 0, 0, 0, 0 ) );
float4 HalfLambert543 = ( ( ase_lightColor * ase_lightAtten ) + float4( bakedGI540 , 0.0 ) );
float4 SpecularHighlights578 = ( float4( IndirectSpecHighlights531 , 0.0 ) * DirectSpecHighlights574 * HalfLambert543 );
#ifdef _ENABLESPECULARHIGHLIGHTS_ON
float4 staticSwitch573 = SpecularHighlights578;
#else
float4 staticSwitch573 = float4( 0,0,0,0 );
#endif
float3 RimLightColor529 = _RimLightColor.rgb;
float3 bakedGI518 = ASEIndirectDiffuse( input, ase_normalWS, PositionWS, ase_viewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, ase_normalWS, bakedGI518, half4( 0, 0, 0, 0 ) );
float3 lerpResult478 = lerp( normalizedWorldNormal , Normals594 , _NormalMapInfluence);
float3 NormalLerp479 = lerpResult478;
float dotResult512 = dot( SafeNormalize( _MainLightPosition.xyz ) , NormalLerp479 );
float temp_output_507_0 = (0.4 + ( _ViewEdgeThreshold - 0.0 ) * ( 1.0 - 0.4 ) / ( 1.0 - 0.0 ) );
float3 ase_viewDirSafeWS = SafeNormalize( ase_viewVectorWS );
float dotResult508 = dot( NormalLerp479 , ase_viewDirSafeWS );
float smoothstepResult511 = smoothstep( temp_output_507_0 , ( temp_output_507_0 + _ViewEdgeSoftness ) , ( 1.0 - saturate( dotResult508 ) ));
float3 normalizeResult4_g61174 = normalize( ( ase_viewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult523 = dot( NormalLerp479 , ( normalizeResult4_g61174 * _RimSpread ) );
float3 WorldPosition288_g61172 = PositionWS;
float3 WorldPosition337_g61172 = WorldPosition288_g61172;
float2 ScreenUV286_g61172 = (ase_positionSSNorm).xy;
float2 ScreenUV337_g61172 = ScreenUV286_g61172;
float3 WorldNormal281_g61172 = NormalLerp479;
float3 WorldNormal337_g61172 = WorldNormal281_g61172;
half4 localCalculateShadowMask343_g61172 = CalculateShadowMask343_g61172();
float4 ShadowMask360_g61172 = localCalculateShadowMask343_g61172;
float4 ShadowMask337_g61172 = ShadowMask360_g61172;
float3 localAdditionalLightsLambertMask171x337_g61172 = AdditionalLightsLambertMask171x( WorldPosition337_g61172 , ScreenUV337_g61172 , WorldNormal337_g61172 , ShadowMask337_g61172 );
float smoothstepResult516 = smoothstep( 0.0 , _DistanceFade1 , distance( PositionWS , _WorldSpaceCameraPos ));
float4 temp_output_489_0 = ( ( float4( ( RimLightColor529 * (0.0 + ( _RimIntensity1 - 0.0 ) * ( 1000.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ) , 0.0 ) * ase_lightAtten * float4( bakedGI518 , 0.0 ) * ( ( 1.0 - saturate( dotResult512 ) ) * smoothstepResult511 ) * saturate( ( ( -0.2 + dotResult523 ) + ( float4( saturate( localAdditionalLightsLambertMask171x337_g61172 ) , 0.0 ) * ase_lightColor ) ) ) ) * ( 1.0 - smoothstepResult516 ) );
float2 uv_MainTexture486 = input.ase_texcoord4.xy;
float4 lerpResult491 = lerp( temp_output_489_0 , ( temp_output_489_0 * tex2D( _MainTexture, uv_MainTexture486 ).a ) , _SpecularInfluence);
float4 RimLight605 = ( lerpResult491 * input.ase_color.a );
#ifdef _ENABLERIMLIGHTING_ON
float4 staticSwitch587 = RimLight605;
#else
float4 staticSwitch587 = float4( 0,0,0,0 );
#endif
float4 color452 = IsGammaSpace() ? float4( 1, 1, 1, 1 ) : float4( 1, 1, 1, 1 );
#ifdef _ENABLECOLORTINT_ON
float4 staticSwitch586 = _BaseTint;
#else
float4 staticSwitch586 = color452;
#endif
float2 uv_MainTexture468 = input.ase_texcoord4.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float dotResult533 = dot( Normals594 , SafeNormalize( _MainLightPosition.xyz ) );
float RampScale553 = _RampScale;
float RampOffset552 = _RampOffset;
float CEL_Effect473 = saturate( (dotResult533*RampScale553 + RampOffset552) );
float2 temp_cast_8 = (CEL_Effect473).xx;
float4 FinalLighting611 = ( ( tex2DNode468 * tex2D( _TextureRamp, temp_cast_8 ) ) * HalfLambert543 );
float3 HighlightsColor609 = _TopHighlightsColor.rgb;
float4 blendOpSrc332 = float4( HighlightsColor609 , 0.0 );
float4 blendOpDest332 = FinalLighting611;
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(PositionWS.x , PositionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2D( ToonScapesGlobalNoiseTexture, ( panner287 / float2( 150,150 ) ) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 lerpBlendMode332 = lerp(blendOpDest332, (( blendOpSrc332 > 0.5 ) ? ( 1.0 - ( 1.0 - 2.0 * ( blendOpSrc332 - 0.5 ) ) * ( 1.0 - blendOpDest332 ) ) : ( 2.0 * blendOpSrc332 * blendOpDest332 ) ),( WindSway244 * input.ase_color.g * ase_lightAtten ).r);
float4 FinalLightingHighlights335 = (( _EnableTopHighlights )?( ( saturate( lerpBlendMode332 )) ):( FinalLighting611 ));
float3 WorldPosition288_g61175 = PositionWS;
float3 WorldPosition337_g61175 = WorldPosition288_g61175;
float2 ScreenUV286_g61175 = (ase_positionSSNorm).xy;
float2 ScreenUV337_g61175 = ScreenUV286_g61175;
float3 WorldNormal281_g61175 = Normals594;
float3 WorldNormal337_g61175 = WorldNormal281_g61175;
half4 localCalculateShadowMask343_g61175 = CalculateShadowMask343_g61175();
float4 ShadowMask360_g61175 = localCalculateShadowMask343_g61175;
float4 ShadowMask337_g61175 = ShadowMask360_g61175;
float3 localAdditionalLightsLambertMask171x337_g61175 = AdditionalLightsLambertMask171x( WorldPosition337_g61175 , ScreenUV337_g61175 , WorldNormal337_g61175 , ShadowMask337_g61175 );
float3 EmissionColor461 = _EmissionColor.rgb;
float2 uv_EmissionMap625 = input.ase_texcoord4.xy;
float EmissionAlpha462 = _EmissionColor.a;
float mulTime648 = _TimeParameters.x * _FlickerFrequency;
#ifdef _ENABLEEMISSION_ON
float3 staticSwitch589 = ( ( _EmissionIntensity1 * EmissionColor461 * tex2D( _EmissionMap, uv_EmissionMap625 ).rgb * EmissionAlpha462 ) * ( ( sin( ( ( mulTime648 + ( PositionWS.x + PositionWS.z ) ) / _FlickerScale ) ) * ( ( _MaxIntensity - _MinIntensity ) * 0.5 ) ) + ( ( _MaxIntensity + _MinIntensity ) * 0.5 ) ) );
#else
float3 staticSwitch589 = float3( 0,0,0 );
#endif
float3 Emission467 = staticSwitch589;
float Alpha614 = tex2DNode468.a;
float3 BaseColor = ( staticSwitch618 + ( staticSwitch573 + ( staticSwitch587 + ( staticSwitch586 * ( FinalLightingHighlights335 + ( tex2DNode468 * tex2D( _TextureRamp, (saturate( localAdditionalLightsLambertMask171x337_g61175 )*RampScale553 + RampOffset552).xy ) ) ) ) ) ) ).rgb;
float3 Emission = Emission467;
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
#endif
#if defined( _ALPHATEST_ON )
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
MetaInput metaInput = (MetaInput)0;
metaInput.Albedo = BaseColor;
metaInput.Emission = Emission;
#ifdef EDITOR_VISUALIZATION
metaInput.VizUV = input.VizUV.xy;
metaInput.LightCoord = input.LightCoord;
#endif
return UnityMetaFragment(metaInput);
}
ENDHLSL
}
Pass
{
Name "Universal2D"
Tags { "LightMode"="Universal2D" }
Blend One Zero, One Zero
ZWrite On
ZTest LEqual
Offset 0 , 0
ColorMask RGBA
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_2D
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#define ASE_NEEDS_WORLD_POSITION
#define ASE_NEEDS_FRAG_WORLD_POSITION
#define ASE_NEEDS_VERT_NORMAL
#define ASE_NEEDS_FRAG_SHADOWCOORDS
#define ASE_NEEDS_TEXTURE_COORDINATES0
#define ASE_NEEDS_VERT_TANGENT
#define ASE_NEEDS_FRAG_TEXTURE_COORDINATES0
#define ASE_NEEDS_FRAG_COLOR
#pragma shader_feature_local _ENABLEWIND_ON
#pragma shader_feature_local _ENABLESUBSURFACEDISTORTION_ON
#pragma shader_feature_local _ENABLESPECULARHIGHLIGHTS_ON
#pragma multi_compile _ _CLUSTER_LIGHT_LOOP
#pragma multi_compile_fragment _ _REFLECTION_PROBE_ATLAS
#pragma multi_compile _ LIGHTMAP_ON
#pragma multi_compile _ DIRLIGHTMAP_COMBINED
#pragma multi_compile _ _MIXED_LIGHTING_SUBTRACTIVE
#pragma multi_compile _ LIGHTMAP_BICUBIC_SAMPLING
#pragma multi_compile _ DYNAMICLIGHTMAP_ON
#pragma shader_feature_local _ENABLERIMLIGHTING_ON
#pragma shader_feature_local _ENABLECOLORTINT_ON
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
float4 texcoord1 : TEXCOORD1;
float4 texcoord2 : TEXCOORD2;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
float4 ase_texcoord1 : TEXCOORD1;
float4 ase_color : COLOR;
float4 ase_texcoord2 : TEXCOORD2;
float4 ase_texcoord3 : TEXCOORD3;
float4 ase_texcoord4 : TEXCOORD4;
float4 ase_texcoord5 : TEXCOORD5;
float4 lightmapUVOrVertexSH : TEXCOORD6;
float4 dynamicLightmapUV : TEXCOORD7;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _NormalMap;
sampler2D _MainTexture;
sampler2D _TextureRamp;
half4 CalculateShadowMask343_g61170( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
float3 AdditionalLightsLambertMask171x( float3 WorldPosition, float2 ScreenUV, float3 WorldNormal, float4 ShadowMask )
{
float3 Color = 0;
#if defined(_ADDITIONAL_LIGHTS)
#define SUM_LIGHTLAMBERT(Light)\
half3 AttLightColor = Light.color * ( Light.distanceAttenuation * Light.shadowAttenuation );\
Color += LightingLambert( AttLightColor, Light.direction, WorldNormal );
InputData inputData = (InputData)0;
inputData.normalizedScreenSpaceUV = ScreenUV;
inputData.positionWS = WorldPosition;
uint meshRenderingLayers = GetMeshRenderingLayer();
uint pixelLightCount = GetAdditionalLightsCount();
#if USE_CLUSTER_LIGHT_LOOP
[loop] for (uint lightIndex = 0; lightIndex < min(URP_FP_DIRECTIONAL_LIGHTS_COUNT, MAX_VISIBLE_LIGHTS); lightIndex++)
{
CLUSTER_LIGHT_LOOP_SUBTRACTIVE_LIGHT_CHECK
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
}
#endif
LIGHT_LOOP_BEGIN( pixelLightCount )
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
LIGHT_LOOP_END
#endif
return Color;
}
half3 ASEIndirectDiffuse( PackedVaryings input, half3 normalWS, float3 positionWS, half3 viewDirWS )
{
#if defined( DYNAMICLIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, input.dynamicLightmapUV.xy, 0, normalWS );
#elif defined( LIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, 0, normalWS );
#elif defined( PROBE_VOLUMES_L1 ) || defined( PROBE_VOLUMES_L2 )
return SampleProbeVolumePixel( SampleSH( normalWS ), positionWS, normalWS, viewDirWS, input.positionCS.xy );
#else
return SampleSH( normalWS );
#endif
}
half4 CalculateShadowMask343_g61172( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
half4 CalculateShadowMask343_g61175( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID( input );
UNITY_TRANSFER_INSTANCE_ID( input, output );
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO( output );
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
float3 ase_normalWS = TransformObjectToWorldNormal( input.normalOS );
output.ase_texcoord1.xyz = ase_normalWS;
float3 ase_tangentWS = TransformObjectToWorldDir( input.tangentOS.xyz );
output.ase_texcoord3.xyz = ase_tangentWS;
float ase_tangentSign = input.tangentOS.w * ( unity_WorldTransformParams.w >= 0.0 ? 1.0 : -1.0 );
float3 ase_bitangentWS = cross( ase_normalWS, ase_tangentWS ) * ase_tangentSign;
output.ase_texcoord4.xyz = ase_bitangentWS;
float4 ase_positionCS = TransformObjectToHClip( ( input.positionOS ).xyz );
float4 screenPos = ComputeScreenPos( ase_positionCS );
output.ase_texcoord5 = screenPos;
OUTPUT_LIGHTMAP_UV( input.texcoord1, unity_LightmapST, output.lightmapUVOrVertexSH.xy );
#if !defined( OUTPUT_SH4 )
OUTPUT_SH( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#elif UNITY_VERSION > 60000009
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz, output.probeOcclusion );
#else
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#endif
#if defined( DYNAMICLIGHTMAP_ON )
output.dynamicLightmapUV.xy = input.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
OUTPUT_LIGHTMAP_UV( input.texcoord1, unity_LightmapST, output.lightmapUVOrVertexSH.xy );
#if !defined( OUTPUT_SH4 )
OUTPUT_SH( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#elif UNITY_VERSION > 60000009
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz, output.probeOcclusion );
#else
OUTPUT_SH4( ase_positionWS, ase_normalWS, GetWorldSpaceNormalizeViewDir( ase_positionWS ), output.lightmapUVOrVertexSH.xyz );
#endif
#if defined( DYNAMICLIGHTMAP_ON )
output.dynamicLightmapUV.xy = input.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
output.ase_color = input.ase_color;
output.ase_texcoord2.xy = input.ase_texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord1.w = 0;
output.ase_texcoord2.zw = 0;
output.ase_texcoord3.w = 0;
output.ase_texcoord4.w = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
float4 texcoord1 : TEXCOORD1;
float4 texcoord2 : TEXCOORD2;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.ase_color = input.ase_color;
output.ase_texcoord = input.ase_texcoord;
output.texcoord1 = input.texcoord1;
output.texcoord2 = input.texcoord2;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
output.ase_texcoord = patch[0].ase_texcoord * bary.x + patch[1].ase_texcoord * bary.y + patch[2].ase_texcoord * bary.z;
output.texcoord1 = patch[0].texcoord1 * bary.x + patch[1].texcoord1 * bary.y + patch[2].texcoord1 * bary.z;
output.texcoord2 = patch[0].texcoord2 * bary.x + patch[1].texcoord2 * bary.y + patch[2].texcoord2 * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag(PackedVaryings input ) : SV_Target
{
UNITY_SETUP_INSTANCE_ID( input );
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( input );
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_NEEDS_FRAG_SHADOWCOORDS)
float4 shadowCoord = TransformWorldToShadowCoord(input.positionWS);
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( input.positionWS );
float4 ShadowCoord = shadowCoord;
float3 ase_viewVectorWS = ( ( unity_OrthoParams.w == 0 ) ? _WorldSpaceCameraPos - PositionWS : UNITY_MATRIX_V[ 2 ].xyz );
float3 ase_viewDirWS = normalize( ase_viewVectorWS );
float3 ase_normalWS = input.ase_texcoord1.xyz;
float3 normalizedWorldNormal = normalize( ase_normalWS );
float dotResult349 = dot( ase_viewDirWS , -( SafeNormalize( _MainLightPosition.xyz ) + ( normalizedWorldNormal * (2.0 + ( _DistortionScale - 0.0 ) * ( 0.0 - 2.0 ) / ( 1.0 - 0.0 ) ) ) ) );
float dotResult368 = dot( dotResult349 , (0.0 + ( _DistortionAmount - 0.0 ) * ( 2.0 - 0.0 ) / ( 1.0 - 0.0 ) ) );
float ase_lightIntensity = max( max( _MainLightColor.r, _MainLightColor.g ), _MainLightColor.b ) + 1e-7;
float4 ase_lightColor = float4( _MainLightColor.rgb / ase_lightIntensity, ase_lightIntensity );
float ase_lightAtten = 0;
Light ase_mainLight = GetMainLight( ShadowCoord );
ase_lightAtten = ase_mainLight.distanceAttenuation * ase_mainLight.shadowAttenuation;
float4 SubsurfaceDistortion359 = ( ( ( ( _SubsurfaceTint * saturate( dotResult368 ) ) * ase_lightColor ) * input.ase_color.b ) * ase_lightAtten );
#ifdef _ENABLESUBSURFACEDISTORTION_ON
float4 staticSwitch618 = SubsurfaceDistortion359;
#else
float4 staticSwitch618 = float4( 0,0,0,0 );
#endif
float3 temp_cast_0 = (1.0).xxx;
float2 uv_NormalMap470 = input.ase_texcoord2.xy;
float3 unpack470 = UnpackNormalScale( tex2D( _NormalMap, uv_NormalMap470 ), _NormalScale );
unpack470.z = lerp( 1, unpack470.z, saturate(_NormalScale) );
float3 ase_tangentWS = input.ase_texcoord3.xyz;
float3 ase_bitangentWS = input.ase_texcoord4.xyz;
float3 tanToWorld0 = float3( ase_tangentWS.x, ase_bitangentWS.x, ase_normalWS.x );
float3 tanToWorld1 = float3( ase_tangentWS.y, ase_bitangentWS.y, ase_normalWS.y );
float3 tanToWorld2 = float3( ase_tangentWS.z, ase_bitangentWS.z, ase_normalWS.z );
float3 tanNormal442 = unpack470;
float3 worldNormal442 = normalize( float3( dot( tanToWorld0, tanNormal442 ), dot( tanToWorld1, tanNormal442 ), dot( tanToWorld2, tanNormal442 ) ) );
float3 normalizeResult444 = normalize( worldNormal442 );
float3 Normals594 = normalizeResult444;
float2 uv_MainTexture445 = input.ase_texcoord2.xy;
half3 reflectVector582 = reflect( -ase_viewDirWS, Normals594 );
float4 screenPos = input.ase_texcoord5;
float4 ase_positionSSNorm = screenPos / screenPos.w;
ase_positionSSNorm.z = ( UNITY_NEAR_CLIP_VALUE >= 0 ) ? ase_positionSSNorm.z : ase_positionSSNorm.z * 0.5 + 0.5;
float3 indirectSpecular582 = GlossyEnvironmentReflection( reflectVector582, PositionWS, 1.0 - tex2D( _MainTexture, uv_MainTexture445 ).a, _SpecularOcclusion, ase_positionSSNorm.xy );
float3 lerpResult447 = lerp( temp_cast_0 , indirectSpecular582 , _IndirectSpecularContribution);
float3 IndirectSpecHighlights531 = lerpResult447;
float2 uv_MainTexture600 = input.ase_texcoord2.xy;
float4 temp_output_561_0 = ( _SpecularTint * tex2D( _MainTexture, uv_MainTexture600 ).a * _SpecularIntensity );
float3 normalizeResult4_g61169 = normalize( ( ase_viewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult559 = dot( normalizeResult4_g61169 , Normals594 );
float3 WorldPosition288_g61170 = PositionWS;
float3 WorldPosition337_g61170 = WorldPosition288_g61170;
float2 ScreenUV286_g61170 = (ase_positionSSNorm).xy;
float2 ScreenUV337_g61170 = ScreenUV286_g61170;
float3 WorldNormal281_g61170 = Normals594;
float3 WorldNormal337_g61170 = WorldNormal281_g61170;
half4 localCalculateShadowMask343_g61170 = CalculateShadowMask343_g61170();
float4 ShadowMask360_g61170 = localCalculateShadowMask343_g61170;
float4 ShadowMask337_g61170 = ShadowMask360_g61170;
float3 localAdditionalLightsLambertMask171x337_g61170 = AdditionalLightsLambertMask171x( WorldPosition337_g61170 , ScreenUV337_g61170 , WorldNormal337_g61170 , ShadowMask337_g61170 );
float4 DirectSpecHighlights574 = ( float4( (temp_output_561_0).rgb , 0.0 ) * saturate( ( float4( ( (-1.0 + ( _SpecularSize - 0.0 ) * ( -0.5 - -1.0 ) / ( 1.0 - 0.0 ) ) + ( dotResult559 + saturate( localAdditionalLightsLambertMask171x337_g61170 ) ) ) , 0.0 ) / ( ( 1.0 - temp_output_561_0 ) * _SpecularSmoothness ) ) ) );
float3 bakedGI540 = ASEIndirectDiffuse( input, ase_normalWS, PositionWS, ase_viewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, ase_normalWS, bakedGI540, half4( 0, 0, 0, 0 ) );
float4 HalfLambert543 = ( ( ase_lightColor * ase_lightAtten ) + float4( bakedGI540 , 0.0 ) );
float4 SpecularHighlights578 = ( float4( IndirectSpecHighlights531 , 0.0 ) * DirectSpecHighlights574 * HalfLambert543 );
#ifdef _ENABLESPECULARHIGHLIGHTS_ON
float4 staticSwitch573 = SpecularHighlights578;
#else
float4 staticSwitch573 = float4( 0,0,0,0 );
#endif
float3 RimLightColor529 = _RimLightColor.rgb;
float3 bakedGI518 = ASEIndirectDiffuse( input, ase_normalWS, PositionWS, ase_viewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, ase_normalWS, bakedGI518, half4( 0, 0, 0, 0 ) );
float3 lerpResult478 = lerp( normalizedWorldNormal , Normals594 , _NormalMapInfluence);
float3 NormalLerp479 = lerpResult478;
float dotResult512 = dot( SafeNormalize( _MainLightPosition.xyz ) , NormalLerp479 );
float temp_output_507_0 = (0.4 + ( _ViewEdgeThreshold - 0.0 ) * ( 1.0 - 0.4 ) / ( 1.0 - 0.0 ) );
float3 ase_viewDirSafeWS = SafeNormalize( ase_viewVectorWS );
float dotResult508 = dot( NormalLerp479 , ase_viewDirSafeWS );
float smoothstepResult511 = smoothstep( temp_output_507_0 , ( temp_output_507_0 + _ViewEdgeSoftness ) , ( 1.0 - saturate( dotResult508 ) ));
float3 normalizeResult4_g61174 = normalize( ( ase_viewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult523 = dot( NormalLerp479 , ( normalizeResult4_g61174 * _RimSpread ) );
float3 WorldPosition288_g61172 = PositionWS;
float3 WorldPosition337_g61172 = WorldPosition288_g61172;
float2 ScreenUV286_g61172 = (ase_positionSSNorm).xy;
float2 ScreenUV337_g61172 = ScreenUV286_g61172;
float3 WorldNormal281_g61172 = NormalLerp479;
float3 WorldNormal337_g61172 = WorldNormal281_g61172;
half4 localCalculateShadowMask343_g61172 = CalculateShadowMask343_g61172();
float4 ShadowMask360_g61172 = localCalculateShadowMask343_g61172;
float4 ShadowMask337_g61172 = ShadowMask360_g61172;
float3 localAdditionalLightsLambertMask171x337_g61172 = AdditionalLightsLambertMask171x( WorldPosition337_g61172 , ScreenUV337_g61172 , WorldNormal337_g61172 , ShadowMask337_g61172 );
float smoothstepResult516 = smoothstep( 0.0 , _DistanceFade1 , distance( PositionWS , _WorldSpaceCameraPos ));
float4 temp_output_489_0 = ( ( float4( ( RimLightColor529 * (0.0 + ( _RimIntensity1 - 0.0 ) * ( 1000.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ) , 0.0 ) * ase_lightAtten * float4( bakedGI518 , 0.0 ) * ( ( 1.0 - saturate( dotResult512 ) ) * smoothstepResult511 ) * saturate( ( ( -0.2 + dotResult523 ) + ( float4( saturate( localAdditionalLightsLambertMask171x337_g61172 ) , 0.0 ) * ase_lightColor ) ) ) ) * ( 1.0 - smoothstepResult516 ) );
float2 uv_MainTexture486 = input.ase_texcoord2.xy;
float4 lerpResult491 = lerp( temp_output_489_0 , ( temp_output_489_0 * tex2D( _MainTexture, uv_MainTexture486 ).a ) , _SpecularInfluence);
float4 RimLight605 = ( lerpResult491 * input.ase_color.a );
#ifdef _ENABLERIMLIGHTING_ON
float4 staticSwitch587 = RimLight605;
#else
float4 staticSwitch587 = float4( 0,0,0,0 );
#endif
float4 color452 = IsGammaSpace() ? float4( 1, 1, 1, 1 ) : float4( 1, 1, 1, 1 );
#ifdef _ENABLECOLORTINT_ON
float4 staticSwitch586 = _BaseTint;
#else
float4 staticSwitch586 = color452;
#endif
float2 uv_MainTexture468 = input.ase_texcoord2.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float dotResult533 = dot( Normals594 , SafeNormalize( _MainLightPosition.xyz ) );
float RampScale553 = _RampScale;
float RampOffset552 = _RampOffset;
float CEL_Effect473 = saturate( (dotResult533*RampScale553 + RampOffset552) );
float2 temp_cast_8 = (CEL_Effect473).xx;
float4 FinalLighting611 = ( ( tex2DNode468 * tex2D( _TextureRamp, temp_cast_8 ) ) * HalfLambert543 );
float3 HighlightsColor609 = _TopHighlightsColor.rgb;
float4 blendOpSrc332 = float4( HighlightsColor609 , 0.0 );
float4 blendOpDest332 = FinalLighting611;
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(PositionWS.x , PositionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2D( ToonScapesGlobalNoiseTexture, ( panner287 / float2( 150,150 ) ) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 lerpBlendMode332 = lerp(blendOpDest332, (( blendOpSrc332 > 0.5 ) ? ( 1.0 - ( 1.0 - 2.0 * ( blendOpSrc332 - 0.5 ) ) * ( 1.0 - blendOpDest332 ) ) : ( 2.0 * blendOpSrc332 * blendOpDest332 ) ),( WindSway244 * input.ase_color.g * ase_lightAtten ).r);
float4 FinalLightingHighlights335 = (( _EnableTopHighlights )?( ( saturate( lerpBlendMode332 )) ):( FinalLighting611 ));
float3 WorldPosition288_g61175 = PositionWS;
float3 WorldPosition337_g61175 = WorldPosition288_g61175;
float2 ScreenUV286_g61175 = (ase_positionSSNorm).xy;
float2 ScreenUV337_g61175 = ScreenUV286_g61175;
float3 WorldNormal281_g61175 = Normals594;
float3 WorldNormal337_g61175 = WorldNormal281_g61175;
half4 localCalculateShadowMask343_g61175 = CalculateShadowMask343_g61175();
float4 ShadowMask360_g61175 = localCalculateShadowMask343_g61175;
float4 ShadowMask337_g61175 = ShadowMask360_g61175;
float3 localAdditionalLightsLambertMask171x337_g61175 = AdditionalLightsLambertMask171x( WorldPosition337_g61175 , ScreenUV337_g61175 , WorldNormal337_g61175 , ShadowMask337_g61175 );
float Alpha614 = tex2DNode468.a;
float3 BaseColor = ( staticSwitch618 + ( staticSwitch573 + ( staticSwitch587 + ( staticSwitch586 * ( FinalLightingHighlights335 + ( tex2DNode468 * tex2D( _TextureRamp, (saturate( localAdditionalLightsLambertMask171x337_g61175 )*RampScale553 + RampOffset552).xy ) ) ) ) ) ) ).rgb;
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
#endif
half4 color = half4(BaseColor, Alpha );
#if defined( _ALPHATEST_ON )
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
return color;
}
ENDHLSL
}
Pass
{
Name "DepthNormals"
Tags { "LightMode"="DepthNormals" }
ZWrite On
Blend One Zero
ZTest LEqual
ZWrite On
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#pragma multi_compile_instancing
#pragma multi_compile _ LOD_FADE_CROSSFADE
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_DEPTHNORMALSONLY
//#define SHADERPASS SHADERPASS_DEPTHNORMALS
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/RenderingLayers.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#if defined(LOD_FADE_CROSSFADE)
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/LODCrossFade.hlsl"
#endif
#if defined( UNITY_INSTANCING_ENABLED ) && defined( ASE_INSTANCED_TERRAIN ) && ( defined(_TERRAIN_INSTANCED_PERPIXEL_NORMAL) || defined(_INSTANCEDTERRAINNORMALS_PIXEL) )
#define ENABLE_TERRAIN_PERPIXEL_NORMAL
#endif
#define ASE_NEEDS_TEXTURE_COORDINATES0
#pragma shader_feature_local _ENABLEWIND_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
half4 texcoord : TEXCOORD0;
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
half3 normalWS : TEXCOORD1;
float4 tangentWS : TEXCOORD2; // holds terrainUV ifdef ENABLE_TERRAIN_PERPIXEL_NORMAL
float4 ase_texcoord3 : TEXCOORD3;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _MainTexture;
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_texcoord3.xy = input.texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord3.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
VertexNormalInputs normalInput = GetVertexNormalInputs( input.normalOS, input.tangentOS );
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
output.normalWS = normalInput.normalWS;
output.tangentWS = float4( normalInput.tangentWS, ( input.tangentOS.w > 0.0 ? 1.0 : -1.0 ) * GetOddNegativeScale() );
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
output.tangentWS.zw = input.texcoord.xy;
output.tangentWS.xy = input.texcoord.xy * unity_LightmapST.xy + unity_LightmapST.zw;
#endif
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.texcoord = input.texcoord;
output.ase_color = input.ase_color;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.texcoord = patch[0].texcoord * bary.x + patch[1].texcoord * bary.y + patch[2].texcoord * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
void frag( PackedVaryings input
, out half4 outNormalWS : SV_Target0
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
#ifdef _WRITE_RENDERING_LAYERS
, out float4 outRenderingLayers : SV_Target1
#endif
)
{
UNITY_SETUP_INSTANCE_ID(input);
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( input );
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_NEEDS_FRAG_SHADOWCOORDS)
float4 shadowCoord = TransformWorldToShadowCoord(input.positionWS);
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
// @diogo: mikktspace compliant
float renormFactor = 1.0 / max( FLT_MIN, length( input.normalWS ) );
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( input.positionWS );
float4 ShadowCoord = shadowCoord;
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float4 ScreenPos = ComputeScreenPos( ClipPos );
float3 TangentWS = input.tangentWS.xyz * renormFactor;
float3 BitangentWS = cross( input.normalWS, input.tangentWS.xyz ) * input.tangentWS.w * renormFactor;
float3 NormalWS = input.normalWS * renormFactor;
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
float2 sampleCoords = (input.tangentWS.zw / _TerrainHeightmapRecipSize.zw + 0.5f) * _TerrainHeightmapRecipSize.xy;
NormalWS = TransformObjectToWorldNormal(normalize(SAMPLE_TEXTURE2D(_TerrainNormalmapTexture, sampler_TerrainNormalmapTexture, sampleCoords).rgb * 2 - 1));
TangentWS = -cross(GetObjectToWorldMatrix()._13_23_33, NormalWS);
BitangentWS = cross(NormalWS, -TangentWS);
#endif
float2 uv_MainTexture468 = input.ase_texcoord3.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float Alpha614 = tex2DNode468.a;
float3 Normal = float3(0, 0, 1);
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
#endif
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#if defined( _ALPHATEST_ON )
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
#if defined(LOD_FADE_CROSSFADE)
LODFadeCrossFade( input.positionCS );
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
#if defined(_GBUFFER_NORMALS_OCT)
float2 octNormalWS = PackNormalOctQuadEncode(NormalWS);
float2 remappedOctNormalWS = saturate(octNormalWS * 0.5 + 0.5);
half3 packedNormalWS = PackFloat2To888(remappedOctNormalWS);
outNormalWS = half4(packedNormalWS, 0.0);
#else
#if defined(_NORMALMAP)
#if _NORMAL_DROPOFF_TS
float3 normalWS = TransformTangentToWorld(Normal, half3x3(TangentWS, BitangentWS, NormalWS));
#elif _NORMAL_DROPOFF_OS
float3 normalWS = TransformObjectToWorldNormal(Normal);
#elif _NORMAL_DROPOFF_WS
float3 normalWS = Normal;
#endif
#else
float3 normalWS = NormalWS;
#endif
outNormalWS = half4(NormalizeNormalPerPixel(normalWS), 0.0);
#endif
#ifdef _WRITE_RENDERING_LAYERS
uint renderingLayers = GetMeshRenderingLayer();
outRenderingLayers = float4(EncodeMeshRenderingLayer(renderingLayers), 0, 0, 0);
#endif
}
ENDHLSL
}
Pass
{
Name "GBuffer"
Tags { "LightMode"="UniversalGBuffer" }
Blend One Zero, One Zero
ZWrite On
ZTest LEqual
Offset 0 , 0
ColorMask RGBA
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#pragma shader_feature_local_fragment _RECEIVE_SHADOWS_OFF
#pragma shader_feature_local_fragment _ENVIRONMENTREFLECTIONS_OFF
#pragma multi_compile_instancing
#pragma instancing_options renderinglayer
#pragma multi_compile _ LOD_FADE_CROSSFADE
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
// Deferred Rendering Path does not support the OpenGL-based graphics API:
// Desktop OpenGL, OpenGL ES 3.0, WebGL 2.0.
#pragma exclude_renderers glcore gles3
#pragma multi_compile _ _MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN
#pragma multi_compile_fragment _ _REFLECTION_PROBE_BLENDING
#pragma multi_compile_fragment _ _REFLECTION_PROBE_BOX_PROJECTION
#pragma multi_compile_fragment _ _SHADOWS_SOFT _SHADOWS_SOFT_LOW _SHADOWS_SOFT_MEDIUM _SHADOWS_SOFT_HIGH
#pragma multi_compile_fragment _ _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3
#pragma multi_compile_fragment _ _GBUFFER_NORMALS_OCT
#pragma multi_compile_fragment _ _RENDER_PASS_ENABLED
#pragma multi_compile _ _CLUSTER_LIGHT_LOOP
#pragma multi_compile _ LIGHTMAP_SHADOW_MIXING
#pragma multi_compile _ _MIXED_LIGHTING_SUBTRACTIVE
#pragma multi_compile _ SHADOWS_SHADOWMASK
#pragma multi_compile _ DIRLIGHTMAP_COMBINED
#pragma multi_compile _ USE_LEGACY_LIGHTMAPS
#pragma multi_compile _ LIGHTMAP_ON
#pragma multi_compile _ LIGHTMAP_BICUBIC_SAMPLING
#pragma multi_compile _ DYNAMICLIGHTMAP_ON
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_GBUFFER
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/RenderingLayers.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ProbeVolumeVariants.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Shadows.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DBuffer.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#if defined(LOD_FADE_CROSSFADE)
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/LODCrossFade.hlsl"
#endif
#if defined( UNITY_INSTANCING_ENABLED ) && defined( ASE_INSTANCED_TERRAIN ) && ( defined(_TERRAIN_INSTANCED_PERPIXEL_NORMAL) || defined(_INSTANCEDTERRAINNORMALS_PIXEL) )
#define ENABLE_TERRAIN_PERPIXEL_NORMAL
#endif
#define ASE_NEEDS_FRAG_WORLD_VIEW_DIR
#define ASE_NEEDS_WORLD_NORMAL
#define ASE_NEEDS_FRAG_WORLD_NORMAL
#define ASE_NEEDS_WORLD_POSITION
#define ASE_NEEDS_FRAG_WORLD_POSITION
#define ASE_NEEDS_FRAG_SHADOWCOORDS
#define ASE_NEEDS_TEXTURE_COORDINATES0
#define ASE_NEEDS_WORLD_TANGENT
#define ASE_NEEDS_FRAG_WORLD_TANGENT
#define ASE_NEEDS_FRAG_WORLD_BITANGENT
#define ASE_NEEDS_FRAG_TEXTURE_COORDINATES0
#define ASE_NEEDS_FRAG_SCREEN_POSITION_NORMALIZED
#define ASE_NEEDS_VERT_TEXTURE_COORDINATES1
#define ASE_NEEDS_FRAG_COLOR
#pragma shader_feature_local _ENABLEWIND_ON
#pragma shader_feature_local _ENABLESUBSURFACEDISTORTION_ON
#pragma shader_feature_local _ENABLESPECULARHIGHLIGHTS_ON
#pragma multi_compile_fragment _ _REFLECTION_PROBE_ATLAS
#pragma shader_feature_local _ENABLERIMLIGHTING_ON
#pragma shader_feature_local _ENABLECOLORTINT_ON
#pragma shader_feature_local _ENABLEEMISSION_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
float4 texcoord1 : TEXCOORD1;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
float4 texcoord2 : TEXCOORD2;
#endif
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
half3 normalWS : TEXCOORD1;
float4 tangentWS : TEXCOORD2; // holds terrainUV ifdef ENABLE_TERRAIN_PERPIXEL_NORMAL
float4 lightmapUVOrVertexSH : TEXCOORD3;
#if defined(ASE_FOG) || defined(_ADDITIONAL_LIGHTS_VERTEX)
half4 fogFactorAndVertexLight : TEXCOORD4;
#endif
#if defined(DYNAMICLIGHTMAP_ON)
float2 dynamicLightmapUV : TEXCOORD5;
#endif
#if defined(USE_APV_PROBE_OCCLUSION)
float4 probeOcclusion : TEXCOORD6;
#endif
float4 ase_color : COLOR;
float4 ase_texcoord7 : TEXCOORD7;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _NormalMap;
sampler2D _MainTexture;
sampler2D _TextureRamp;
sampler2D _EmissionMap;
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/GBufferOutput.hlsl"
half4 CalculateShadowMask343_g61170( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
float3 AdditionalLightsLambertMask171x( float3 WorldPosition, float2 ScreenUV, float3 WorldNormal, float4 ShadowMask )
{
float3 Color = 0;
#if defined(_ADDITIONAL_LIGHTS)
#define SUM_LIGHTLAMBERT(Light)\
half3 AttLightColor = Light.color * ( Light.distanceAttenuation * Light.shadowAttenuation );\
Color += LightingLambert( AttLightColor, Light.direction, WorldNormal );
InputData inputData = (InputData)0;
inputData.normalizedScreenSpaceUV = ScreenUV;
inputData.positionWS = WorldPosition;
uint meshRenderingLayers = GetMeshRenderingLayer();
uint pixelLightCount = GetAdditionalLightsCount();
#if USE_CLUSTER_LIGHT_LOOP
[loop] for (uint lightIndex = 0; lightIndex < min(URP_FP_DIRECTIONAL_LIGHTS_COUNT, MAX_VISIBLE_LIGHTS); lightIndex++)
{
CLUSTER_LIGHT_LOOP_SUBTRACTIVE_LIGHT_CHECK
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
}
#endif
LIGHT_LOOP_BEGIN( pixelLightCount )
Light light = GetAdditionalLight(lightIndex, WorldPosition, ShadowMask);
#ifdef _LIGHT_LAYERS
if (IsMatchingLightLayer(light.layerMask, meshRenderingLayers))
#endif
{
SUM_LIGHTLAMBERT( light );
}
LIGHT_LOOP_END
#endif
return Color;
}
half3 ASEIndirectDiffuse( PackedVaryings input, half3 normalWS, float3 positionWS, half3 viewDirWS )
{
#if defined( DYNAMICLIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, input.dynamicLightmapUV.xy, 0, normalWS );
#elif defined( LIGHTMAP_ON )
return SAMPLE_GI( input.lightmapUVOrVertexSH.xy, 0, normalWS );
#elif defined( PROBE_VOLUMES_L1 ) || defined( PROBE_VOLUMES_L2 )
return SampleProbeVolumePixel( SampleSH( normalWS ), positionWS, normalWS, viewDirWS, input.positionCS.xy );
#else
return SampleSH( normalWS );
#endif
}
half4 CalculateShadowMask343_g61172( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
half4 CalculateShadowMask343_g61175( )
{
#if defined(SHADOWS_SHADOWMASK) && defined(LIGHTMAP_ON)
half4 shadowMask = inputData.shadowMask;
#elif !defined (LIGHTMAP_ON)
half4 shadowMask = unity_ProbesOcclusion;
#else
half4 shadowMask = half4(1, 1, 1, 1);
#endif
return shadowMask;
}
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_color = input.ase_color;
output.ase_texcoord7.xy = input.texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord7.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
input.tangentOS = input.tangentOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
VertexNormalInputs normalInput = GetVertexNormalInputs( input.normalOS, input.tangentOS );
OUTPUT_LIGHTMAP_UV(input.texcoord1, unity_LightmapST, output.lightmapUVOrVertexSH.xy);
#if defined(DYNAMICLIGHTMAP_ON)
output.dynamicLightmapUV.xy = input.texcoord2.xy * unity_DynamicLightmapST.xy + unity_DynamicLightmapST.zw;
#endif
OUTPUT_SH4(vertexInput.positionWS, normalInput.normalWS.xyz, GetWorldSpaceNormalizeViewDir(vertexInput.positionWS), output.lightmapUVOrVertexSH.xyz, output.probeOcclusion);
#if defined(ASE_FOG) || defined(_ADDITIONAL_LIGHTS_VERTEX)
output.fogFactorAndVertexLight = 0;
#if defined(ASE_FOG) && !defined(_FOG_FRAGMENT)
// @diogo: no fog applied in GBuffer
#endif
#ifdef _ADDITIONAL_LIGHTS_VERTEX
half3 vertexLight = VertexLighting( vertexInput.positionWS, normalInput.normalWS );
output.fogFactorAndVertexLight.yzw = vertexLight;
#endif
#endif
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
output.normalWS = normalInput.normalWS;
output.tangentWS = float4( normalInput.tangentWS, ( input.tangentOS.w > 0.0 ? 1.0 : -1.0 ) * GetOddNegativeScale() );
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
output.tangentWS.zw = input.texcoord.xy;
output.tangentWS.xy = input.texcoord.xy * unity_LightmapST.xy + unity_LightmapST.zw;
#endif
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 texcoord : TEXCOORD0;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
float4 texcoord1 : TEXCOORD1;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
float4 texcoord2 : TEXCOORD2;
#endif
float4 ase_color : COLOR;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.texcoord = input.texcoord;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
output.texcoord1 = input.texcoord1;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
output.texcoord2 = input.texcoord2;
#endif
output.ase_color = input.ase_color;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.texcoord = patch[0].texcoord * bary.x + patch[1].texcoord * bary.y + patch[2].texcoord * bary.z;
#if defined(LIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES1)
output.texcoord1 = patch[0].texcoord1 * bary.x + patch[1].texcoord1 * bary.y + patch[2].texcoord1 * bary.z;
#endif
#if defined(DYNAMICLIGHTMAP_ON) || defined(ASE_NEEDS_TEXTURE_COORDINATES2)
output.texcoord2 = patch[0].texcoord2 * bary.x + patch[1].texcoord2 * bary.y + patch[2].texcoord2 * bary.z;
#endif
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
GBufferFragOutput frag ( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
)
{
UNITY_SETUP_INSTANCE_ID(input);
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input);
#if defined(LOD_FADE_CROSSFADE)
LODFadeCrossFade( input.positionCS );
#endif
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS)
float4 shadowCoord = TransformWorldToShadowCoord( input.positionWS );
#else
float4 shadowCoord = float4(0, 0, 0, 0);
#endif
// @diogo: mikktspace compliant
float renormFactor = 1.0 / max( FLT_MIN, length( input.normalWS ) );
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( PositionWS );
float3 ViewDirWS = GetWorldSpaceNormalizeViewDir( PositionWS );
float4 ShadowCoord = shadowCoord;
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float4 ScreenPos = ComputeScreenPos( ClipPos );
float3 TangentWS = input.tangentWS.xyz * renormFactor;
float3 BitangentWS = cross( input.normalWS, input.tangentWS.xyz ) * input.tangentWS.w * renormFactor;
float3 NormalWS = input.normalWS * renormFactor;
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
float2 sampleCoords = (input.tangentWS.zw / _TerrainHeightmapRecipSize.zw + 0.5f) * _TerrainHeightmapRecipSize.xy;
NormalWS = TransformObjectToWorldNormal(normalize(SAMPLE_TEXTURE2D(_TerrainNormalmapTexture, sampler_TerrainNormalmapTexture, sampleCoords).rgb * 2 - 1));
TangentWS = -cross(GetObjectToWorldMatrix()._13_23_33, NormalWS);
BitangentWS = cross(NormalWS, -TangentWS);
#endif
float3 normalizedWorldNormal = normalize( NormalWS );
float dotResult349 = dot( ViewDirWS , -( SafeNormalize( _MainLightPosition.xyz ) + ( normalizedWorldNormal * (2.0 + ( _DistortionScale - 0.0 ) * ( 0.0 - 2.0 ) / ( 1.0 - 0.0 ) ) ) ) );
float dotResult368 = dot( dotResult349 , (0.0 + ( _DistortionAmount - 0.0 ) * ( 2.0 - 0.0 ) / ( 1.0 - 0.0 ) ) );
float ase_lightIntensity = max( max( _MainLightColor.r, _MainLightColor.g ), _MainLightColor.b ) + 1e-7;
float4 ase_lightColor = float4( _MainLightColor.rgb / ase_lightIntensity, ase_lightIntensity );
float ase_lightAtten = 0;
Light ase_mainLight = GetMainLight( ShadowCoord );
ase_lightAtten = ase_mainLight.distanceAttenuation * ase_mainLight.shadowAttenuation;
float4 SubsurfaceDistortion359 = ( ( ( ( _SubsurfaceTint * saturate( dotResult368 ) ) * ase_lightColor ) * input.ase_color.b ) * ase_lightAtten );
#ifdef _ENABLESUBSURFACEDISTORTION_ON
float4 staticSwitch618 = SubsurfaceDistortion359;
#else
float4 staticSwitch618 = float4( 0,0,0,0 );
#endif
float3 temp_cast_0 = (1.0).xxx;
float2 uv_NormalMap470 = input.ase_texcoord7.xy;
float3 unpack470 = UnpackNormalScale( tex2D( _NormalMap, uv_NormalMap470 ), _NormalScale );
unpack470.z = lerp( 1, unpack470.z, saturate(_NormalScale) );
float3 tanToWorld0 = float3( TangentWS.x, BitangentWS.x, NormalWS.x );
float3 tanToWorld1 = float3( TangentWS.y, BitangentWS.y, NormalWS.y );
float3 tanToWorld2 = float3( TangentWS.z, BitangentWS.z, NormalWS.z );
float3 tanNormal442 = unpack470;
float3 worldNormal442 = normalize( float3( dot( tanToWorld0, tanNormal442 ), dot( tanToWorld1, tanNormal442 ), dot( tanToWorld2, tanNormal442 ) ) );
float3 normalizeResult444 = normalize( worldNormal442 );
float3 Normals594 = normalizeResult444;
float2 uv_MainTexture445 = input.ase_texcoord7.xy;
half3 reflectVector582 = reflect( -ViewDirWS, Normals594 );
float3 indirectSpecular582 = GlossyEnvironmentReflection( reflectVector582, PositionWS, 1.0 - tex2D( _MainTexture, uv_MainTexture445 ).a, _SpecularOcclusion, ScreenPosNorm.xy );
float3 lerpResult447 = lerp( temp_cast_0 , indirectSpecular582 , _IndirectSpecularContribution);
float3 IndirectSpecHighlights531 = lerpResult447;
float2 uv_MainTexture600 = input.ase_texcoord7.xy;
float4 temp_output_561_0 = ( _SpecularTint * tex2D( _MainTexture, uv_MainTexture600 ).a * _SpecularIntensity );
float3 normalizeResult4_g61169 = normalize( ( ViewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult559 = dot( normalizeResult4_g61169 , Normals594 );
float3 WorldPosition288_g61170 = PositionWS;
float3 WorldPosition337_g61170 = WorldPosition288_g61170;
float2 ScreenUV286_g61170 = (ScreenPosNorm).xy;
float2 ScreenUV337_g61170 = ScreenUV286_g61170;
float3 WorldNormal281_g61170 = Normals594;
float3 WorldNormal337_g61170 = WorldNormal281_g61170;
half4 localCalculateShadowMask343_g61170 = CalculateShadowMask343_g61170();
float4 ShadowMask360_g61170 = localCalculateShadowMask343_g61170;
float4 ShadowMask337_g61170 = ShadowMask360_g61170;
float3 localAdditionalLightsLambertMask171x337_g61170 = AdditionalLightsLambertMask171x( WorldPosition337_g61170 , ScreenUV337_g61170 , WorldNormal337_g61170 , ShadowMask337_g61170 );
float4 DirectSpecHighlights574 = ( float4( (temp_output_561_0).rgb , 0.0 ) * saturate( ( float4( ( (-1.0 + ( _SpecularSize - 0.0 ) * ( -0.5 - -1.0 ) / ( 1.0 - 0.0 ) ) + ( dotResult559 + saturate( localAdditionalLightsLambertMask171x337_g61170 ) ) ) , 0.0 ) / ( ( 1.0 - temp_output_561_0 ) * _SpecularSmoothness ) ) ) );
float3 bakedGI540 = ASEIndirectDiffuse( input, NormalWS, PositionWS, ViewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, NormalWS, bakedGI540, half4( 0, 0, 0, 0 ) );
float4 HalfLambert543 = ( ( ase_lightColor * ase_lightAtten ) + float4( bakedGI540 , 0.0 ) );
float4 SpecularHighlights578 = ( float4( IndirectSpecHighlights531 , 0.0 ) * DirectSpecHighlights574 * HalfLambert543 );
#ifdef _ENABLESPECULARHIGHLIGHTS_ON
float4 staticSwitch573 = SpecularHighlights578;
#else
float4 staticSwitch573 = float4( 0,0,0,0 );
#endif
float3 RimLightColor529 = _RimLightColor.rgb;
float3 bakedGI518 = ASEIndirectDiffuse( input, NormalWS, PositionWS, ViewDirWS );
MixRealtimeAndBakedGI( ase_mainLight, NormalWS, bakedGI518, half4( 0, 0, 0, 0 ) );
float3 lerpResult478 = lerp( normalizedWorldNormal , Normals594 , _NormalMapInfluence);
float3 NormalLerp479 = lerpResult478;
float dotResult512 = dot( SafeNormalize( _MainLightPosition.xyz ) , NormalLerp479 );
float temp_output_507_0 = (0.4 + ( _ViewEdgeThreshold - 0.0 ) * ( 1.0 - 0.4 ) / ( 1.0 - 0.0 ) );
float dotResult508 = dot( NormalLerp479 , ViewDirWS );
float smoothstepResult511 = smoothstep( temp_output_507_0 , ( temp_output_507_0 + _ViewEdgeSoftness ) , ( 1.0 - saturate( dotResult508 ) ));
float3 normalizeResult4_g61174 = normalize( ( ViewDirWS + SafeNormalize( _MainLightPosition.xyz ) ) );
float dotResult523 = dot( NormalLerp479 , ( normalizeResult4_g61174 * _RimSpread ) );
float3 WorldPosition288_g61172 = PositionWS;
float3 WorldPosition337_g61172 = WorldPosition288_g61172;
float2 ScreenUV286_g61172 = (ScreenPosNorm).xy;
float2 ScreenUV337_g61172 = ScreenUV286_g61172;
float3 WorldNormal281_g61172 = NormalLerp479;
float3 WorldNormal337_g61172 = WorldNormal281_g61172;
half4 localCalculateShadowMask343_g61172 = CalculateShadowMask343_g61172();
float4 ShadowMask360_g61172 = localCalculateShadowMask343_g61172;
float4 ShadowMask337_g61172 = ShadowMask360_g61172;
float3 localAdditionalLightsLambertMask171x337_g61172 = AdditionalLightsLambertMask171x( WorldPosition337_g61172 , ScreenUV337_g61172 , WorldNormal337_g61172 , ShadowMask337_g61172 );
float smoothstepResult516 = smoothstep( 0.0 , _DistanceFade1 , distance( PositionWS , _WorldSpaceCameraPos ));
float4 temp_output_489_0 = ( ( float4( ( RimLightColor529 * (0.0 + ( _RimIntensity1 - 0.0 ) * ( 1000.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ) , 0.0 ) * ase_lightAtten * float4( bakedGI518 , 0.0 ) * ( ( 1.0 - saturate( dotResult512 ) ) * smoothstepResult511 ) * saturate( ( ( -0.2 + dotResult523 ) + ( float4( saturate( localAdditionalLightsLambertMask171x337_g61172 ) , 0.0 ) * ase_lightColor ) ) ) ) * ( 1.0 - smoothstepResult516 ) );
float2 uv_MainTexture486 = input.ase_texcoord7.xy;
float4 lerpResult491 = lerp( temp_output_489_0 , ( temp_output_489_0 * tex2D( _MainTexture, uv_MainTexture486 ).a ) , _SpecularInfluence);
float4 RimLight605 = ( lerpResult491 * input.ase_color.a );
#ifdef _ENABLERIMLIGHTING_ON
float4 staticSwitch587 = RimLight605;
#else
float4 staticSwitch587 = float4( 0,0,0,0 );
#endif
float4 color452 = IsGammaSpace() ? float4( 1, 1, 1, 1 ) : float4( 1, 1, 1, 1 );
#ifdef _ENABLECOLORTINT_ON
float4 staticSwitch586 = _BaseTint;
#else
float4 staticSwitch586 = color452;
#endif
float2 uv_MainTexture468 = input.ase_texcoord7.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float dotResult533 = dot( Normals594 , SafeNormalize( _MainLightPosition.xyz ) );
float RampScale553 = _RampScale;
float RampOffset552 = _RampOffset;
float CEL_Effect473 = saturate( (dotResult533*RampScale553 + RampOffset552) );
float2 temp_cast_8 = (CEL_Effect473).xx;
float4 FinalLighting611 = ( ( tex2DNode468 * tex2D( _TextureRamp, temp_cast_8 ) ) * HalfLambert543 );
float3 HighlightsColor609 = _TopHighlightsColor.rgb;
float4 blendOpSrc332 = float4( HighlightsColor609 , 0.0 );
float4 blendOpDest332 = FinalLighting611;
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(PositionWS.x , PositionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2D( ToonScapesGlobalNoiseTexture, ( panner287 / float2( 150,150 ) ) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 lerpBlendMode332 = lerp(blendOpDest332, (( blendOpSrc332 > 0.5 ) ? ( 1.0 - ( 1.0 - 2.0 * ( blendOpSrc332 - 0.5 ) ) * ( 1.0 - blendOpDest332 ) ) : ( 2.0 * blendOpSrc332 * blendOpDest332 ) ),( WindSway244 * input.ase_color.g * ase_lightAtten ).r);
float4 FinalLightingHighlights335 = (( _EnableTopHighlights )?( ( saturate( lerpBlendMode332 )) ):( FinalLighting611 ));
float3 WorldPosition288_g61175 = PositionWS;
float3 WorldPosition337_g61175 = WorldPosition288_g61175;
float2 ScreenUV286_g61175 = (ScreenPosNorm).xy;
float2 ScreenUV337_g61175 = ScreenUV286_g61175;
float3 WorldNormal281_g61175 = Normals594;
float3 WorldNormal337_g61175 = WorldNormal281_g61175;
half4 localCalculateShadowMask343_g61175 = CalculateShadowMask343_g61175();
float4 ShadowMask360_g61175 = localCalculateShadowMask343_g61175;
float4 ShadowMask337_g61175 = ShadowMask360_g61175;
float3 localAdditionalLightsLambertMask171x337_g61175 = AdditionalLightsLambertMask171x( WorldPosition337_g61175 , ScreenUV337_g61175 , WorldNormal337_g61175 , ShadowMask337_g61175 );
float3 EmissionColor461 = _EmissionColor.rgb;
float2 uv_EmissionMap625 = input.ase_texcoord7.xy;
float EmissionAlpha462 = _EmissionColor.a;
float mulTime648 = _TimeParameters.x * _FlickerFrequency;
#ifdef _ENABLEEMISSION_ON
float3 staticSwitch589 = ( ( _EmissionIntensity1 * EmissionColor461 * tex2D( _EmissionMap, uv_EmissionMap625 ).rgb * EmissionAlpha462 ) * ( ( sin( ( ( mulTime648 + ( PositionWS.x + PositionWS.z ) ) / _FlickerScale ) ) * ( ( _MaxIntensity - _MinIntensity ) * 0.5 ) ) + ( ( _MaxIntensity + _MinIntensity ) * 0.5 ) ) );
#else
float3 staticSwitch589 = float3( 0,0,0 );
#endif
float3 Emission467 = staticSwitch589;
float Alpha614 = tex2DNode468.a;
float3 BaseColor = ( staticSwitch618 + ( staticSwitch573 + ( staticSwitch587 + ( staticSwitch586 * ( FinalLightingHighlights335 + ( tex2DNode468 * tex2D( _TextureRamp, (saturate( localAdditionalLightsLambertMask171x337_g61175 )*RampScale553 + RampOffset552).xy ) ) ) ) ) ) ).rgb;
float3 Normal = float3(0, 0, 1);
float3 Specular = 0.5;
float Metallic = 0;
float Smoothness = 0.5;
float Occlusion = _Occlusion;
float3 Emission = Emission467;
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
float AlphaClipThresholdShadow = 0.5;
#endif
float3 BakedGI = 0;
float3 RefractionColor = 1;
float RefractionIndex = 1;
float3 Transmission = 1;
float3 Translucency = 1;
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#if defined( _ALPHATEST_ON )
AlphaDiscard( Alpha, AlphaClipThreshold );
#endif
#if defined(MAIN_LIGHT_CALCULATE_SHADOWS) && defined(ASE_CHANGES_WORLD_POS)
ShadowCoord = TransformWorldToShadowCoord( PositionWS );
#endif
InputData inputData = (InputData)0;
inputData.positionWS = PositionWS;
inputData.positionCS = input.positionCS;
inputData.normalizedScreenSpaceUV = ScreenPosNorm.xy;
inputData.shadowCoord = ShadowCoord;
#ifdef _NORMALMAP
#if _NORMAL_DROPOFF_TS
inputData.normalWS = TransformTangentToWorld(Normal, half3x3( TangentWS, BitangentWS, NormalWS ));
#elif _NORMAL_DROPOFF_OS
inputData.normalWS = TransformObjectToWorldNormal(Normal);
#elif _NORMAL_DROPOFF_WS
inputData.normalWS = Normal;
#endif
#else
inputData.normalWS = NormalWS;
#endif
inputData.normalWS = NormalizeNormalPerPixel(inputData.normalWS);
inputData.viewDirectionWS = SafeNormalize( ViewDirWS );
#ifdef ASE_FOG
// @diogo: no fog applied in GBuffer
#endif
#ifdef _ADDITIONAL_LIGHTS_VERTEX
inputData.vertexLighting = input.fogFactorAndVertexLight.yzw;
#endif
#if defined( ENABLE_TERRAIN_PERPIXEL_NORMAL )
float3 SH = SampleSH(inputData.normalWS.xyz);
#else
float3 SH = input.lightmapUVOrVertexSH.xyz;
#endif
#if defined(DYNAMICLIGHTMAP_ON)
inputData.bakedGI = SAMPLE_GI(input.lightmapUVOrVertexSH.xy, input.dynamicLightmapUV.xy, SH, inputData.normalWS);
inputData.shadowMask = SAMPLE_SHADOWMASK(input.lightmapUVOrVertexSH.xy);
#elif !defined(LIGHTMAP_ON) && (defined(PROBE_VOLUMES_L1) || defined(PROBE_VOLUMES_L2))
inputData.bakedGI = SAMPLE_GI(SH,
GetAbsolutePositionWS(inputData.positionWS),
inputData.normalWS,
inputData.viewDirectionWS,
input.positionCS.xy,
input.probeOcclusion,
inputData.shadowMask);
#else
inputData.bakedGI = SAMPLE_GI(input.lightmapUVOrVertexSH.xy, SH, inputData.normalWS);
inputData.shadowMask = SAMPLE_SHADOWMASK(input.lightmapUVOrVertexSH.xy);
#endif
#ifdef ASE_BAKEDGI
inputData.bakedGI = BakedGI;
#endif
#if defined(DEBUG_DISPLAY)
#if defined(DYNAMICLIGHTMAP_ON)
inputData.dynamicLightmapUV = input.dynamicLightmapUV.xy;
#endif
#if defined(LIGHTMAP_ON)
inputData.staticLightmapUV = input.lightmapUVOrVertexSH.xy;
#else
inputData.vertexSH = SH;
#endif
#if defined(USE_APV_PROBE_OCCLUSION)
inputData.probeOcclusion = input.probeOcclusion;
#endif
#endif
#ifdef _DBUFFER
ApplyDecal(input.positionCS,
BaseColor,
Specular,
inputData.normalWS,
Metallic,
Occlusion,
Smoothness);
#endif
BRDFData brdfData;
InitializeBRDFData(BaseColor, Metallic, Specular, Smoothness, Alpha, brdfData);
Light mainLight = GetMainLight(inputData.shadowCoord, inputData.positionWS, inputData.shadowMask);
half4 color;
MixRealtimeAndBakedGI(mainLight, inputData.normalWS, inputData.bakedGI, inputData.shadowMask);
color.rgb = GlobalIllumination(brdfData, (BRDFData)0, 0,
inputData.bakedGI, Occlusion, inputData.positionWS,
inputData.normalWS, inputData.viewDirectionWS, inputData.normalizedScreenSpaceUV);
color.a = Alpha;
#ifdef ASE_FINAL_COLOR_ALPHA_MULTIPLY
color.rgb *= color.a;
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
return PackGBuffersBRDFData(brdfData, inputData, Smoothness, Emission + color.rgb, Occlusion);
}
ENDHLSL
}
Pass
{
Name "SceneSelectionPass"
Tags { "LightMode"="SceneSelectionPass" }
Cull Off
AlphaToMask Off
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SCENESELECTIONPASS 1
#define ATTRIBUTES_NEED_NORMAL
#define ATTRIBUTES_NEED_TANGENT
#define SHADERPASS SHADERPASS_DEPTHONLY
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#define ASE_NEEDS_TEXTURE_COORDINATES0
#pragma shader_feature_local _ENABLEWIND_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
float4 ase_texcoord1 : TEXCOORD1;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _MainTexture;
struct SurfaceDescription
{
float Alpha;
float AlphaClipThreshold;
};
PackedVaryings VertexFunction(Attributes input )
{
PackedVaryings output;
ZERO_INITIALIZE(PackedVaryings, output);
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_texcoord1.xy = input.ase_texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord1.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.ase_color = input.ase_color;
output.ase_texcoord = input.ase_texcoord;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
output.ase_texcoord = patch[0].ase_texcoord * bary.x + patch[1].ase_texcoord * bary.y + patch[2].ase_texcoord * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
) : SV_Target
{
SurfaceDescription surfaceDescription = (SurfaceDescription)0;
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( PositionWS );
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float2 uv_MainTexture468 = input.ase_texcoord1.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float Alpha614 = tex2DNode468.a;
surfaceDescription.Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
surfaceDescription.AlphaClipThreshold = _AlphaClipThreshold;
#endif
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#ifdef _ALPHATEST_ON
clip(surfaceDescription.Alpha - surfaceDescription.AlphaClipThreshold);
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
return half4( _ObjectId, _PassValue, 1.0, 1.0 );
}
ENDHLSL
}
Pass
{
Name "ScenePickingPass"
Tags { "LightMode"="Picking" }
AlphaToMask Off
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SCENEPICKINGPASS 1
#define ATTRIBUTES_NEED_NORMAL
#define ATTRIBUTES_NEED_TANGENT
#define SHADERPASS SHADERPASS_DEPTHONLY
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#define ASE_NEEDS_TEXTURE_COORDINATES0
#pragma shader_feature_local _ENABLEWIND_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
ASE_SV_POSITION_QUALIFIERS float4 positionCS : SV_POSITION;
float3 positionWS : TEXCOORD0;
float4 ase_texcoord1 : TEXCOORD1;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _MainTexture;
struct SurfaceDescription
{
float Alpha;
float AlphaClipThreshold;
};
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output;
ZERO_INITIALIZE(PackedVaryings, output);
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_texcoord1.xy = input.ase_texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord1.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
input.normalOS = input.normalOS;
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
output.positionCS = vertexInput.positionCS;
output.positionWS = vertexInput.positionWS;
return output;
}
#if defined(ASE_TESSELLATION)
struct VertexControl
{
float4 positionOS : INTERNALTESSPOS;
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct TessellationFactors
{
float edge[3] : SV_TessFactor;
float inside : SV_InsideTessFactor;
};
VertexControl vert ( Attributes input )
{
VertexControl output;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
output.positionOS = input.positionOS;
output.normalOS = input.normalOS;
output.tangentOS = input.tangentOS;
output.ase_color = input.ase_color;
output.ase_texcoord = input.ase_texcoord;
return output;
}
TessellationFactors TessellationFunction (InputPatch<VertexControl,3> input)
{
TessellationFactors output;
float4 tf = 1;
float tessValue = _TessValue; float tessMin = _TessMin; float tessMax = _TessMax;
float edgeLength = _TessEdgeLength; float tessMaxDisp = _TessMaxDisp;
#if defined(ASE_FIXED_TESSELLATION)
tf = FixedTess( tessValue );
#elif defined(ASE_DISTANCE_TESSELLATION)
tf = DistanceBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, tessValue, tessMin, tessMax, GetObjectToWorldMatrix(), _WorldSpaceCameraPos );
#elif defined(ASE_LENGTH_TESSELLATION)
tf = EdgeLengthBasedTess(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams );
#elif defined(ASE_LENGTH_CULL_TESSELLATION)
tf = EdgeLengthBasedTessCull(input[0].positionOS, input[1].positionOS, input[2].positionOS, edgeLength, tessMaxDisp, GetObjectToWorldMatrix(), _WorldSpaceCameraPos, _ScreenParams, unity_CameraWorldClipPlanes );
#endif
output.edge[0] = tf.x; output.edge[1] = tf.y; output.edge[2] = tf.z; output.inside = tf.w;
return output;
}
[domain("tri")]
[partitioning("fractional_odd")]
[outputtopology("triangle_cw")]
[patchconstantfunc("TessellationFunction")]
[outputcontrolpoints(3)]
VertexControl HullFunction(InputPatch<VertexControl, 3> patch, uint id : SV_OutputControlPointID)
{
return patch[id];
}
[domain("tri")]
PackedVaryings DomainFunction(TessellationFactors factors, OutputPatch<VertexControl, 3> patch, float3 bary : SV_DomainLocation)
{
Attributes output = (Attributes) 0;
output.positionOS = patch[0].positionOS * bary.x + patch[1].positionOS * bary.y + patch[2].positionOS * bary.z;
output.normalOS = patch[0].normalOS * bary.x + patch[1].normalOS * bary.y + patch[2].normalOS * bary.z;
output.tangentOS = patch[0].tangentOS * bary.x + patch[1].tangentOS * bary.y + patch[2].tangentOS * bary.z;
output.ase_color = patch[0].ase_color * bary.x + patch[1].ase_color * bary.y + patch[2].ase_color * bary.z;
output.ase_texcoord = patch[0].ase_texcoord * bary.x + patch[1].ase_texcoord * bary.y + patch[2].ase_texcoord * bary.z;
#if defined(ASE_PHONG_TESSELLATION)
float3 pp[3];
for (int i = 0; i < 3; ++i)
pp[i] = output.positionOS.xyz - patch[i].normalOS * (dot(output.positionOS.xyz, patch[i].normalOS) - dot(patch[i].positionOS.xyz, patch[i].normalOS));
float phongStrength = _TessPhongStrength;
output.positionOS.xyz = phongStrength * (pp[0]*bary.x + pp[1]*bary.y + pp[2]*bary.z) + (1.0f-phongStrength) * output.positionOS.xyz;
#endif
UNITY_TRANSFER_INSTANCE_ID(patch[0], output);
return VertexFunction(output);
}
#else
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
#endif
half4 frag( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
) : SV_Target
{
SurfaceDescription surfaceDescription = (SurfaceDescription)0;
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( PositionWS );
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float2 uv_MainTexture468 = input.ase_texcoord1.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float Alpha614 = tex2DNode468.a;
surfaceDescription.Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
surfaceDescription.AlphaClipThreshold = _AlphaClipThreshold;
#endif
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#ifdef _ALPHATEST_ON
clip(surfaceDescription.Alpha - surfaceDescription.AlphaClipThreshold);
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
return unity_SelectionID;
}
ENDHLSL
}
Pass
{
Name "MotionVectors"
Tags { "LightMode"="MotionVectors" }
ColorMask RG
HLSLPROGRAM
#define ASE_GEOMETRY
#define _SPECULAR_SETUP 1
#define _ALPHATEST_ON
#define _NORMAL_DROPOFF_TS 1
#pragma multi_compile _ LOD_FADE_CROSSFADE
#define ASE_FOG 1
#pragma multi_compile_fragment _ DEBUG_DISPLAY
#define ASE_LIGHTING_SIMPLE
#define _SPECULARHIGHLIGHTS_OFF
#define _EMISSION
#define ASE_VERSION 19908
#define ASE_SRP_VERSION 170100
#pragma vertex vert
#pragma fragment frag
#if defined( _SPECULAR_SETUP ) && defined( ASE_LIGHTING_SIMPLE )
#if defined( _SPECULARHIGHLIGHTS_OFF )
#undef _SPECULAR_COLOR
#else
#define _SPECULAR_COLOR
#endif
#endif
#define SHADERPASS SHADERPASS_MOTION_VECTORS
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/DOTS.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/RenderingLayers.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Input.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl"
#include_with_pragmas "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRenderingKeywords.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/FoveatedRendering.hlsl"
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/DebugMipmapStreamingMacros.hlsl"
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl"
#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl"
#if defined(LOD_FADE_CROSSFADE)
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/LODCrossFade.hlsl"
#endif
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/MotionVectorsCommon.hlsl"
#define ASE_NEEDS_TEXTURE_COORDINATES0
#pragma shader_feature_local _ENABLEWIND_ON
#if defined(ASE_EARLY_Z_DEPTH_OPTIMIZE) && (SHADER_TARGET >= 45)
#define ASE_SV_DEPTH SV_DepthLessEqual
#define ASE_SV_POSITION_QUALIFIERS linear noperspective centroid
#else
#define ASE_SV_DEPTH SV_Depth
#define ASE_SV_POSITION_QUALIFIERS
#endif
struct Attributes
{
float4 positionOS : POSITION;
float3 positionOld : TEXCOORD4;
#if _ADD_PRECOMPUTED_VELOCITY
float3 alembicMotionVector : TEXCOORD5;
#endif
half3 normalOS : NORMAL;
half4 tangentOS : TANGENT;
float4 ase_color : COLOR;
float4 ase_texcoord : TEXCOORD0;
UNITY_VERTEX_INPUT_INSTANCE_ID
};
struct PackedVaryings
{
float4 positionCS : SV_POSITION;
float4 positionCSNoJitter : TEXCOORD0;
float4 previousPositionCSNoJitter : TEXCOORD1;
float3 positionWS : TEXCOORD2;
float4 ase_texcoord3 : TEXCOORD3;
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
CBUFFER_START(UnityPerMaterial)
float4 _SubsurfaceTint;
float4 _BaseTint;
float4 _EmissionColor;
float4 _RimLightColor;
float4 _SpecularTint;
float4 _TopHighlightsColor;
float _DirectionBias;
float _EnableTopHighlights;
float _RampScale;
float _RampOffset;
float _Occlusion;
float _EmissionIntensity1;
float _FlickerFrequency;
float _FlickerScale;
float _MaxIntensity;
float _SpecularInfluence;
float _DistanceFade1;
float _ViewEdgeSoftness;
float _MinIntensity;
float _ViewEdgeThreshold;
float _NormalMapInfluence;
float _RimIntensity1;
float _SpecularSmoothness;
float _SpecularSize;
float _SpecularIntensity;
float _IndirectSpecularContribution;
float _SpecularOcclusion;
float _NormalScale;
float _DistortionAmount;
float _DistortionScale;
float _RimSpread;
float _AlphaClipThreshold;
float _AlphaClip;
float _Cutoff;
#ifdef ASE_TRANSMISSION
float _TransmissionShadow;
#endif
#ifdef ASE_TRANSLUCENCY
float _TransStrength;
float _TransNormal;
float _TransScattering;
float _TransDirect;
float _TransAmbient;
float _TransShadow;
#endif
#ifdef ASE_TESSELLATION
float _TessPhongStrength;
float _TessValue;
float _TessMin;
float _TessMax;
float _TessEdgeLength;
float _TessMaxDisp;
#endif
CBUFFER_END
#ifdef SCENEPICKINGPASS
float4 _SelectionID;
#endif
#ifdef SCENESELECTIONPASS
int _ObjectId;
int _PassValue;
#endif
float3 ToonScapesGlobalWindDirection;
sampler2D ToonScapesGlobalNoiseTexture;
float ToonScapesGlobalWindJitter;
float ToonScapesGlobalWindSpeed;
float ToonScapesGlobalWindScale;
float ToonScapesGlobalWindStrength;
sampler2D _MainTexture;
PackedVaryings VertexFunction( Attributes input )
{
PackedVaryings output = (PackedVaryings)0;
UNITY_SETUP_INSTANCE_ID(input);
UNITY_TRANSFER_INSTANCE_ID(input, output);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(output);
float3 WindDirection255 = ToonScapesGlobalWindDirection;
float3 temp_output_276_0 = float3( (WindDirection255).xz , 0.0 );
float GlobalJitter410 = ToonScapesGlobalWindJitter;
float3 ase_positionWS = TransformObjectToWorld( ( input.positionOS ).xyz );
float2 appendResult284 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner286 = ( 1.0 * _Time.y * ( temp_output_276_0 * (0.0 + ( GlobalJitter410 - 0.0 ) * ( 40.0 - 0.0 ) / ( 10.0 - 0.0 ) ) ).xy + appendResult284);
float4 tex2DNode293 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner286 / float2( 2,2 ) ), 0, 0.0) );
float4 lerpResult405 = lerp( tex2DNode293 , ( ( tex2DNode293 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindJitter296 = lerpResult405;
float3 temp_output_275_0 = float3( (WindDirection255).xz , 0.0 );
float2 appendResult280 = (float2(ase_positionWS.x , ase_positionWS.z));
float2 panner287 = ( -1.0 * _Time.y * ( temp_output_275_0 * (0.0 + ( ToonScapesGlobalWindSpeed - 0.0 ) * ( 25.0 - 0.0 ) / ( 1.0 - 0.0 ) ) ).xy + ( appendResult280 * ( 1.0 / (0.005 + ( ToonScapesGlobalWindScale - 0.0 ) * ( 0.5 - 0.005 ) / ( 4.0 - 0.0 ) ) ) ));
float4 tex2DNode292 = tex2Dlod( ToonScapesGlobalNoiseTexture, float4( ( panner287 / float2( 150,150 ) ), 0, 0.0) );
float4 lerpResult401 = lerp( tex2DNode292 , ( ( tex2DNode292 * 2.0 ) + -1.0 ) , _DirectionBias);
float4 WindSway244 = lerpResult401;
float4 transform310 = mul(GetWorldToObjectMatrix(),( float4( ( WindDirection255 * 0.1 ) , 0.0 ) * ( ( WindJitter296 * input.ase_color.r * 5.0 ) + ( input.ase_color.g * WindSway244 * (0.0 + ( ToonScapesGlobalWindStrength - 0.0 ) * ( 3.5 - 0.0 ) / ( 1.0 - 0.0 ) ) ) ) ));
float4 VertexOffset254 = transform310;
#ifdef _ENABLEWIND_ON
float4 staticSwitch620 = VertexOffset254;
#else
float4 staticSwitch620 = float4( 0,0,0,0 );
#endif
output.ase_texcoord3.xy = input.ase_texcoord.xy;
//setting value to unused interpolator channels and avoid initialization warnings
output.ase_texcoord3.zw = 0;
#ifdef ASE_ABSOLUTE_VERTEX_POS
float3 defaultVertexValue = input.positionOS.xyz;
#else
float3 defaultVertexValue = float3(0, 0, 0);
#endif
float3 vertexValue = staticSwitch620.xyz;
#ifdef ASE_ABSOLUTE_VERTEX_POS
input.positionOS.xyz = vertexValue;
#else
input.positionOS.xyz += vertexValue;
#endif
VertexPositionInputs vertexInput = GetVertexPositionInputs( input.positionOS.xyz );
#if defined(APPLICATION_SPACE_WARP_MOTION)
output.positionCSNoJitter = mul(_NonJitteredViewProjMatrix, mul(UNITY_MATRIX_M, input.positionOS));
output.positionCS = output.positionCSNoJitter;
#else
output.positionCS = vertexInput.positionCS;
output.positionCSNoJitter = mul(_NonJitteredViewProjMatrix, mul(UNITY_MATRIX_M, input.positionOS));
#endif
float4 prevPos = ( unity_MotionVectorsParams.x == 1 ) ? float4( input.positionOld, 1 ) : input.positionOS;
#if _ADD_PRECOMPUTED_VELOCITY
prevPos = prevPos - float4(input.alembicMotionVector, 0);
#endif
output.previousPositionCSNoJitter = mul( _PrevViewProjMatrix, mul( UNITY_PREV_MATRIX_M, prevPos ) );
output.positionWS = vertexInput.positionWS;
// removed in ObjectMotionVectors.hlsl found in unity 6000.0.23 and higher
//ApplyMotionVectorZBias( output.positionCS );
return output;
}
PackedVaryings vert ( Attributes input )
{
return VertexFunction( input );
}
half4 frag( PackedVaryings input
#if defined( ASE_DEPTH_WRITE_ON )
,out float outputDepth : ASE_SV_DEPTH
#endif
) : SV_Target
{
UNITY_SETUP_INSTANCE_ID(input);
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( input );
float3 PositionWS = input.positionWS;
float3 PositionRWS = GetCameraRelativePositionWS( PositionWS );
float4 ScreenPosNorm = float4( GetNormalizedScreenSpaceUV( input.positionCS ), input.positionCS.zw );
float4 ClipPos = ComputeClipSpacePosition( ScreenPosNorm.xy, input.positionCS.z ) * input.positionCS.w;
float2 uv_MainTexture468 = input.ase_texcoord3.xy;
float4 tex2DNode468 = tex2D( _MainTexture, uv_MainTexture468 );
float Alpha614 = tex2DNode468.a;
float Alpha = Alpha614;
#if defined( _ALPHATEST_ON )
float AlphaClipThreshold = _AlphaClipThreshold;
#endif
#if defined( ASE_DEPTH_WRITE_ON )
input.positionCS.z = input.positionCS.z;
#endif
#ifdef _ALPHATEST_ON
clip(Alpha - AlphaClipThreshold);
#endif
#if defined(ASE_CHANGES_WORLD_POS)
float3 positionOS = mul( GetWorldToObjectMatrix(), float4( PositionWS, 1.0 ) ).xyz;
float3 previousPositionWS = mul( GetPrevObjectToWorldMatrix(), float4( positionOS, 1.0 ) ).xyz;
input.positionCSNoJitter = mul( _NonJitteredViewProjMatrix, float4( PositionWS, 1.0 ) );
input.previousPositionCSNoJitter = mul( _PrevViewProjMatrix, float4( previousPositionWS, 1.0 ) );
#endif
#if defined(LOD_FADE_CROSSFADE)
LODFadeCrossFade( input.positionCS );
#endif
#if defined( ASE_DEPTH_WRITE_ON )
outputDepth = input.positionCS.z;
#endif
#if defined(APPLICATION_SPACE_WARP_MOTION)
return float4( CalcAswNdcMotionVectorFromCsPositions( input.positionCSNoJitter, input.previousPositionCSNoJitter ), 1 );
#else
return float4( CalcNdcMotionVectorFromCsPositions( input.positionCSNoJitter, input.previousPositionCSNoJitter ), 0, 0 );
#endif
}
ENDHLSL
}
}
CustomEditor "UnityEditor.ShaderGraphLitGUI"
FallBack "Hidden/Shader Graph/FallbackError"
Fallback Off
}
/*ASEBEGIN
Version=19908
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;264;-2864,4688;Inherit;False;2417.851;756.4428;Sway;22;401;399;397;400;398;292;289;288;287;282;285;278;275;280;279;271;269;273;272;266;268;402;;0.05098039,0,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;265;-2864,3920;Inherit;False;2415.957;740.3464;Jiter;17;293;291;290;286;284;283;281;277;276;270;267;403;404;405;406;407;412;;0.05098039,0,1,1;0;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;274;-1680,-3216;Float;False;Global;ToonScapesGlobalWindJitter;ToonScapesGlobalWindJitter;9;0;Create;True;0;0;0;False;0;False;0.4;2.8;0;10;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;268;-2784,4944;Inherit;False;Global;ToonScapesGlobalWindScale;ToonScapesGlobalWindScale;8;0;Create;False;0;0;0;False;0;False;1;2;0.1;10;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;266;-2688,5088;Inherit;False;255;WindDirection;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;267;-2688,4320;Inherit;False;255;WindDirection;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;410;-1376,-3216;Inherit;False;GlobalJitter;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.WorldPosInputsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;272;-2480,4736;Inherit;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;273;-2480,4896;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;4;False;3;FLOAT;0.005;False;4;FLOAT;0.5;False;1;FLOAT;0
Node;AmplifyShaderEditor.SwizzleNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;269;-2464,5088;Inherit;False;FLOAT2;0;2;2;3;1;0;FLOAT3;0,0,0;False;1;FLOAT2;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;271;-2688,5232;Float;False;Global;ToonScapesGlobalWindSpeed;ToonScapesGlobalWindSpeed;9;0;Create;True;0;0;0;False;0;False;0.4;5.5;0;10;0;1;FLOAT;0
Node;AmplifyShaderEditor.SwizzleNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;270;-2464,4320;Inherit;False;FLOAT2;0;2;2;3;1;0;FLOAT3;0,0,0;False;1;FLOAT2;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;412;-2656,4464;Inherit;False;410;GlobalJitter;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;279;-2224,4960;Inherit;False;2;0;FLOAT;1;False;1;FLOAT;1;False;1;FLOAT;0
Node;AmplifyShaderEditor.DynamicAppendNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;280;-2256,4784;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0
Node;AmplifyShaderEditor.TransformDirectionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;275;-2304,5088;Inherit;False;World;World;True;Fast;False;1;0;FLOAT3;0,0,0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;278;-2368,5232;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0;False;4;FLOAT;25;False;1;FLOAT;0
Node;AmplifyShaderEditor.TransformDirectionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;276;-2304,4320;Inherit;False;World;World;True;Fast;False;1;0;FLOAT3;0,0,0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.WorldPosInputsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;277;-2304,4144;Inherit;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;281;-2368,4464;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;10;False;3;FLOAT;0;False;4;FLOAT;40;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;285;-2032,4944;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;282;-2032,5136;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;283;-2032,4368;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.DynamicAppendNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;284;-2048,4240;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0
Node;AmplifyShaderEditor.TexturePropertyNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;262;-1712,-3120;Inherit;True;Global;ToonScapesGlobalNoiseTexture;ToonScapesGlobalNoiseTexture;42;0;Create;True;0;0;0;False;0;False;None;None;False;white;Auto;Texture2D;False;-1;0;2;SAMPLER2D;0;SAMPLERSTATE;1
Node;AmplifyShaderEditor.PannerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;287;-1728,5056;Inherit;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;-1;False;1;FLOAT2;0
Node;AmplifyShaderEditor.PannerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;286;-1808,4288;Inherit;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;398;-1168,5216;Inherit;False;Constant;_Double;Double;30;0;Create;True;0;0;0;False;0;False;2;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;263;-1376,-3120;Inherit;False;NoiseTexture;-1;True;1;0;SAMPLER2D;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;406;-1168,4448;Inherit;False;Constant;_Double1;Double;30;0;Create;True;0;0;0;False;0;False;2;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;288;-1504,5056;Inherit;False;2;0;FLOAT2;0,0;False;1;FLOAT2;150,150;False;1;FLOAT2;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;289;-1600,4976;Inherit;False;263;NoiseTexture;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;290;-1600,4208;Inherit;False;263;NoiseTexture;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;291;-1504,4288;Inherit;False;2;0;FLOAT2;0,0;False;1;FLOAT2;2,2;False;1;FLOAT2;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;397;-976,5104;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;400;-1168,5296;Inherit;False;Constant;_ReCenter;Re-Center;30;0;Create;True;0;0;0;False;0;False;-1;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;407;-1168,4528;Inherit;False;Constant;_ReCenter1;Re-Center;30;0;Create;True;0;0;0;False;0;False;-1;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;403;-976,4336;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;292;-1360,5024;Inherit;True;Property;_NoiseTexture1;NoiseTexture;15;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;293;-1360,4256;Inherit;True;Property;_NoiseTexture2;NoiseTexture;15;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;399;-800,5104;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;402;-1008,4752;Inherit;False;Property;_DirectionBias;Direction Bias;38;0;Create;True;0;0;0;False;0;False;0;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;404;-800,4336;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;294;-2864,3168;Inherit;False;1604;723;;13;310;309;308;307;306;305;304;302;301;300;299;298;413;Wind;0.0492959,0,1,1;0;0
Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;401;-624,5024;Inherit;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;405;-624,4256;Inherit;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;298;-2800,3776;Inherit;False;Global;ToonScapesGlobalWindStrength;ToonScapesGlobalWindStrength;8;0;Create;True;0;0;0;False;0;False;1;12.1;0;10;0;1;FLOAT;0
Node;AmplifyShaderEditor.Vector3Node, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;256;-1712,-3376;Inherit;False;Global;ToonScapesGlobalWindDirection;ToonScapesGlobalWindDirection;12;0;Create;True;0;0;0;False;0;False;0,0,0;0.1,0,0.1;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;296;-384,4256;Inherit;False;WindJitter;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;244;-384,5024;Inherit;False;WindSway;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;301;-2464,3632;Inherit;False;244;WindSway;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;299;-2432,3264;Inherit;False;296;WindJitter;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.VertexColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;300;-2720,3392;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;302;-2464,3712;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0;False;4;FLOAT;3.5;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;413;-2320,3520;Inherit;False;Constant;_Scalar;Scalar;30;0;Create;True;0;0;0;False;0;False;5;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;255;-1376,-3376;Inherit;False;WindDirection;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;304;-2112,3440;Inherit;False;3;3;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;305;-2112,3648;Inherit;False;3;3;0;FLOAT;0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;306;-2144,3312;Inherit;False;255;WindDirection;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.TexturePropertyNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;577;-2864,-3168;Inherit;True;Property;_MainTexture;Main Texture;5;2;[NoScaleOffset];[SingleLineTexture];Create;True;0;0;0;False;1;Space (8);False;None;None;False;white;Auto;Texture2D;False;-1;0;2;SAMPLER2D;0;SAMPLERSTATE;1
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;307;-1872,3488;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.ScaleNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;308;-1888,3280;Inherit;False;0.1;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;443;-2624,-3168;Inherit;False;MainTexture;-1;True;1;0;SAMPLER2D;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;309;-1680,3408;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.WorldToObjectTransfNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;310;-1472,3504;Inherit;False;1;0;FLOAT4;0,0,0,1;False;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;469;608,-1312;Inherit;False;443;MainTexture;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;426;-2864,1264;Inherit;False;3821.917;1840.894;;44;608;607;606;604;603;528;527;524;519;518;517;516;515;514;513;511;509;507;506;505;504;499;498;497;496;495;494;493;492;491;490;489;488;487;486;485;484;483;482;481;435;433;431;430;Fresnel;0.7960784,0.7215686,0,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;621;-2864,304;Inherit;False;2321.01;875.313;;20;640;639;638;637;636;635;634;633;632;631;630;629;628;626;625;624;623;622;589;647;Emission;1,0.1319249,0,1;0;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;254;-1216,3504;Inherit;False;VertexOffset;-1;True;1;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;468;832,-1312;Inherit;True;Property;_MainTexture1;Main Texture 1;0;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Instance;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;613;1712,-1312;Inherit;False;324;290.95;;2;611;612;Top Highlights;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;341;1248,1264;Inherit;False;2371.633;718.8586;;21;357;354;379;367;365;358;355;368;376;349;369;348;347;343;377;342;371;344;345;378;656;Subsurface Distortion;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;340;-256,320;Inherit;False;1252;371;;8;331;334;338;332;333;327;328;329;Top Highlights;0.7021739,1,0.3160377,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;427;-1712,-2432;Inherit;False;1166.792;305.3181;;7;595;537;536;535;534;533;532;CEL Effect;0.7960785,0.7215686,0,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;428;-1472,-2032;Inherit;False;592.2708;402.95;Normal Lerp;4;478;477;476;475;;0.6392157,0.4745098,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;429;-2864,-2032;Inherit;False;1092;325;;5;571;470;444;442;440;Normals;0.6382856,0.4745098,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;430;-2800,2464;Inherit;False;452;394.7998;Fresnel;3;508;503;502;;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;431;-2800,1344;Inherit;False;784;363.95;Half Vector;7;526;525;523;522;521;520;480;;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;432;-2864,-1264;Inherit;False;2236.144;877.4296;Direct;22;602;601;600;599;598;597;596;581;570;569;568;567;566;565;564;563;562;561;560;559;558;557;;1,0,0.390008,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;433;-2800,2016;Inherit;False;452;394.7998;NdotL;3;512;501;500;;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;434;-2864,-368;Inherit;False;2236.144;596.6401;Indirect;8;582;579;556;474;447;446;445;655;;1,0,0.390008,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;435;-2128,2496;Inherit;False;228;162.9502;InvertedViewMask;1;510;;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;436;-2864,-2432;Inherit;False;816;304;;5;542;541;540;539;538;Half Lambert;0.8078432,0.7294118,0,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;437;-2864,-1600;Inherit;False;1044;323;;4;580;575;471;448;Specular Highlights;1,0,0.3882353,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;647;-2800,736;Inherit;False;799.4725;322.7755;Time+Offset;7;654;653;652;651;650;649;648;;1,1,1,1;0;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;619;2528,-1280;Inherit;False;254;VertexOffset;1;0;OBJECT;;False;1;FLOAT4;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;614;1328,-912;Inherit;False;Alpha;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;345;1264,1872;Inherit;False;Property;_DistortionScale;Distortion Scale;19;0;Create;True;0;0;0;False;0;False;0.5;0.8;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.WorldNormalVector, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;344;1568,1616;Inherit;False;True;1;0;FLOAT3;0,0,1;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;371;1568,1792;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;2;False;4;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.WorldSpaceLightDirHlpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;342;1312,1360;Inherit;False;False;1;0;FLOAT;0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;377;1824,1648;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;343;2000,1600;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.NegateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;347;2144,1600;Inherit;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.ViewDirInputsCoordNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;348;2000,1424;Inherit;False;World;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;369;1856,1840;Inherit;False;Property;_DistortionAmount;Distortion Amount;20;0;Create;True;0;0;0;False;0;False;0;1;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;349;2336,1536;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;376;2240,1744;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0;False;4;FLOAT;2;False;1;FLOAT;0
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;368;2496,1584;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.VertexColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;328;-192,368;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
Node;AmplifyShaderEditor.LightAttenuation, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;329;-192,560;Inherit;False;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;331;256,528;Inherit;False;3;3;0;COLOR;1,1,1,0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;355;2800,1488;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;334;224,448;Inherit;False;611;FinalLighting;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.BlendOpsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;332;512,512;Inherit;False;HardLight;True;3;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;1;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;439;-2624,-2752;Inherit;False;NormalMap;-1;True;1;0;SAMPLER2D;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;440;-2768,-1984;Inherit;False;439;NormalMap;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;441;-2624,-2960;Inherit;False;TextureRamp;-1;True;1;0;SAMPLER2D;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.WorldNormalVector, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;442;-2144,-1936;Inherit;False;True;1;0;FLOAT3;0,0,1;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.NormalizeNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;444;-1952,-1936;Inherit;False;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;445;-2144,-64;Inherit;True;Property;_TextureSample2;Texture Sample 2;10;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;446;-1600,64;Float;False;Property;_IndirectSpecularContribution;Indirect Specular Contribution;16;0;Create;True;0;0;0;False;0;False;1;1;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;447;-1216,-80;Inherit;False;3;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;448;-2816,-1392;Inherit;False;543;HalfLambert;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;457;-2624,-3376;Inherit;False;Emission Map;-1;True;1;0;SAMPLER2D;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;461;-2000,-3376;Inherit;False;EmissionColor;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;462;-2000,-3264;Inherit;False;EmissionAlpha;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;470;-2464,-1936;Inherit;True;Property;_Normal;Normal;2;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;True;Object;-1;Auto;Texture2D;False;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;6;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;471;-2816,-1472;Inherit;False;574;DirectSpecHighlights;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;473;-480,-2368;Inherit;False;CEL Effect;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;474;-1824,-64;Inherit;False;594;Normals;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.WorldNormalVector, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;475;-1312,-1984;Inherit;False;True;1;0;FLOAT3;0,0,1;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;476;-1312,-1824;Inherit;False;594;Normals;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;477;-1408,-1744;Inherit;False;Property;_NormalMapInfluence;Normal Map Influence;34;0;Create;True;0;0;0;False;1;Space (8);False;0;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;478;-1056,-1792;Inherit;False;3;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;479;-816,-1792;Inherit;False;NormalLerp;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;530;-2000,-3056;Inherit;False;RimLightAlpha;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;531;-544,-80;Inherit;False;IndirectSpecHighlights;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.WorldSpaceLightDirHlpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;532;-1664,-2288;Inherit;False;True;1;0;FLOAT;0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;533;-1392,-2368;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.ScaleAndOffsetNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;534;-976,-2368;Inherit;False;3;0;FLOAT;1;False;1;FLOAT;0.5;False;2;FLOAT;0.5;False;1;FLOAT;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;535;-720,-2368;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;536;-1280,-2224;Inherit;False;552;RampOffset;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;537;-1280,-2304;Inherit;False;553;RampScale;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.LightColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;538;-2816,-2384;Inherit;False;0;3;COLOR;0;FLOAT3;1;FLOAT;2
Node;AmplifyShaderEditor.LightAttenuation, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;539;-2816,-2240;Inherit;False;0;1;FLOAT;0
Node;AmplifyShaderEditor.IndirectDiffuseLighting, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;540;-2480,-2240;Inherit;False;Tangent;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;541;-2480,-2384;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;542;-2208,-2384;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT3;0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;543;-1984,-2384;Inherit;False;HalfLambert;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;552;-2000,-2864;Inherit;False;RampOffset;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;553;-2000,-2960;Inherit;False;RampScale;-1;True;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;554;-2320,-2960;Inherit;False;Property;_RampScale;Ramp Scale;3;0;Create;True;0;0;0;False;0;False;0.5;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;555;-2320,-2864;Inherit;False;Property;_RampOffset;Ramp Offset;4;0;Create;True;0;0;0;False;0;False;0.5;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;556;-1552,-144;Float;False;Constant;_Float5;Float 5;20;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;557;-2752,-608;Inherit;False;594;Normals;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;558;-1792,-1008;Inherit;False;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;559;-2480,-688;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;560;-1600,-864;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;561;-1984,-1104;Inherit;False;3;3;0;COLOR;0,0,0,0;False;1;FLOAT;1;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;562;-1408,-864;Inherit;False;2;0;FLOAT3;0,0,0;False;1;COLOR;0.05,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SwizzleNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;563;-1600,-1104;Inherit;False;FLOAT3;0;1;2;3;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;564;-1232,-864;Inherit;False;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;565;-992,-960;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;566;-1584,-720;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;567;-1712,-688;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;568;-2480,-544;Inherit;False;594;Normals;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;569;-2784,-688;Inherit;False;Blinn-Phong Half Vector;-1;;61169;91a149ac9d615be429126c95e20753ce;0;0;1;FLOAT3;0
Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;570;-2256,-544;Inherit;False;SRP Additional Light;-1;;61170;6c86746ad131a0a408ca599df5f40861;3,6,1,351,1,23,0;6;2;FLOAT3;0,0,0;False;11;FLOAT3;0,0,0;False;345;FLOAT3;0,0,0;False;346;FLOAT3;0,0,0;False;347;FLOAT;0.5;False;32;FLOAT4;0,0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;571;-2816,-1872;Inherit;False;Property;_NormalScale;Normal Scale;8;0;Create;True;0;0;0;False;0;False;1;1;0;5;0;1;FLOAT;0
Node;AmplifyShaderEditor.TexturePropertyNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;572;-2864,-3376;Inherit;True;Property;_EmissionMap;Emission Map;9;2;[NoScaleOffset];[SingleLineTexture];Create;True;0;0;0;False;1;Space (8);False;None;None;False;white;Auto;Texture2D;False;-1;0;2;SAMPLER2D;0;SAMPLERSTATE;1
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;574;-544,-960;Inherit;False;DirectSpecHighlights;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;575;-2816,-1552;Inherit;False;531;IndirectSpecHighlights;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.TexturePropertyNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;576;-2864,-2752;Inherit;True;Property;_NormalMap;Normal Map;7;3;[NoScaleOffset];[Normal];[SingleLineTexture];Create;True;0;0;0;False;1;Space (8);False;None;None;False;white;Auto;Texture2D;False;-1;0;2;SAMPLER2D;0;SAMPLERSTATE;1
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;578;-1760,-1488;Inherit;False;SpecularHighlights;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;579;-2400,-64;Inherit;False;443;MainTexture;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;580;-2448,-1488;Inherit;False;3;3;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;581;-1968,-544;Inherit;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.TexturePropertyNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;583;-2864,-2960;Inherit;True;Property;_TextureRamp;Texture Ramp;2;3;[Header];[NoScaleOffset];[SingleLineTexture];Create;True;1;Textures;0;0;False;1;Space (8);False;None;None;False;white;Auto;Texture2D;False;-1;0;2;SAMPLER2D;0;SAMPLERSTATE;1
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;592;-2320,-3376;Inherit;False;Property;_EmissionColor;Emission Color;22;1;[HDR];Create;True;0;0;0;False;1;Space(8);False;1,1,1,1;0,0,0,0;True;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;594;-1712,-1936;Inherit;False;Normals;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;595;-1632,-2384;Inherit;False;594;Normals;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;596;-2000,-720;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-1;False;4;FLOAT;-0.5;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;597;-2352,-720;Float;False;Property;_SpecularSize;Specular Size;12;0;Create;True;0;0;0;False;1;Space (8);False;0;-0.95;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;599;-2672,-992;Inherit;False;443;MainTexture;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;600;-2432,-992;Inherit;True;Property;_TextureSample1;Texture Sample 1;10;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;601;-2368,-1200;Float;False;Property;_SpecularTint;Specular Tint;11;0;Create;True;0;0;0;False;1;Space(8);False;1,1,1,1;0.5773503,0.5773503,0.5773503,1;False;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;602;-2368,-800;Inherit;False;Property;_SpecularIntensity;Specular Intensity;13;0;Create;True;0;0;0;False;0;False;0.5;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;480;-2752,1456;Inherit;False;479;NormalLerp;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.WorldPosInputsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;481;-1088,1600;Inherit;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.WorldSpaceCameraPos, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;482;-1088,1792;Inherit;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.DistanceOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;483;-832,1600;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;484;-608,1744;Inherit;False;443;MainTexture;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;485;-416,1600;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;486;-400,1744;Inherit;True;Property;_TextureSample5;Texture Sample 2;10;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;487;16,1744;Inherit;False;Property;_SpecularInfluence;Specular Influence;35;0;Create;True;0;0;0;False;0;False;0;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;488;-1088,1360;Inherit;False;5;5;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT3;0,0,0;False;3;FLOAT;0;False;4;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;489;-96,1360;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;490;144,1456;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;491;384,1360;Inherit;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;492;-1344,1360;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;493;-1664,1456;Inherit;False;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;494;-2800,1760;Inherit;False;479;NormalLerp;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;495;-2576,1760;Inherit;False;SRP Additional Light;-1;;61172;6c86746ad131a0a408ca599df5f40861;3,6,1,351,1,23,0;6;2;FLOAT3;0,0,0;False;11;FLOAT3;0,0,0;False;345;FLOAT3;0,0,0;False;346;FLOAT3;0,0,0;False;347;FLOAT;0.5;False;32;FLOAT4;0,0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;496;-2128,1760;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;497;-2304,1760;Inherit;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;498;-1984,1584;Inherit;False;Property;_RimIntensity1;Rim Intensity;32;0;Create;True;0;0;0;False;0;False;0.2;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;499;-1664,1584;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0;False;4;FLOAT;1000;False;1;FLOAT;0
Node;AmplifyShaderEditor.WorldSpaceLightDirHlpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;500;-2752,2096;Inherit;False;True;1;0;FLOAT;0;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;501;-2752,2272;Inherit;False;479;NormalLerp;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.ViewDirInputsCoordNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;502;-2752,2688;Inherit;False;World;True;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;503;-2736,2544;Inherit;False;479;NormalLerp;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.LightColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;504;-2576,1872;Inherit;False;0;3;COLOR;0;FLOAT3;1;FLOAT;2
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;505;-2304,2784;Inherit;False;Property;_ViewEdgeThreshold;ViewEdgeThreshold;30;0;Create;True;0;0;0;False;1;Space (8);False;0;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;506;-1760,2784;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;507;-2016,2784;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0.4;False;4;FLOAT;1;False;1;FLOAT;0
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;508;-2496,2544;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;509;-2304,2544;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;510;-2080,2544;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SmoothstepOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;511;-1568,2544;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;512;-2496,2176;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;513;-2304,2176;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;514;-1296,2176;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;515;-1568,2176;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SmoothstepOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;516;-608,1600;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0
Node;AmplifyShaderEditor.LightAttenuation, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;517;-1440,1584;Inherit;False;0;1;FLOAT;0
Node;AmplifyShaderEditor.IndirectDiffuseLighting, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;518;-1408,1680;Inherit;False;Tangent;1;0;FLOAT3;0,0,1;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;519;-1904,1392;Inherit;False;2;2;0;FLOAT;0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;520;-2752,1616;Inherit;False;Property;_RimSpread;Rim Spread;33;0;Create;True;0;0;0;False;0;False;0.2;0.2;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;521;-2160,1392;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;522;-2448,1536;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0.2;False;1;FLOAT3;0
Node;AmplifyShaderEditor.DotProductOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;523;-2288,1456;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;524;-832,1808;Inherit;False;Property;_DistanceFade1;Distance Fade;36;0;Create;True;0;0;0;False;1;Space (8);False;12;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;525;-2752,1536;Inherit;False;Blinn-Phong Half Vector;-1;;61174;91a149ac9d615be429126c95e20753ce;0;0;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;526;-2528,1392;Inherit;False;Constant;_Float0;Float 0;27;0;Create;True;0;0;0;False;0;False;-0.2;-0.1;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;527;-2112,2960;Inherit;False;Property;_ViewEdgeSoftness;ViewEdgeSoftness;31;0;Create;True;0;0;0;False;0;False;0;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;528;-1664,1360;Inherit;False;529;RimLightColor;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.VertexColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;603;368,1728;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;604;784,1648;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;452;1296,-1760;Inherit;False;Constant;_DefaultTint;Default Tint;19;0;Create;True;0;0;0;False;0;False;1,1,1,1;0,0,0,0;True;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;338;224,368;Inherit;False;609;HighlightsColor;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;529;-2000,-3168;Inherit;False;RimLightColor;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;593;-2320,-3168;Inherit;False;Property;_RimLightColor;Rim Light Color;29;1;[HDR];Create;True;0;0;0;False;1;Space(8);False;1,1,1,1;0,0,0,0;True;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;609;-2000,-2752;Inherit;False;HighlightsColor;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;591;1296,-1536;Inherit;False;Property;_BaseTint;Base Tint;1;0;Create;True;0;0;0;False;1;Space(8);False;1,1,1,1;0,0,0,0;True;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;455;1584,-1760;Inherit;False;578;SpecularHighlights;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;617;1584,-1888;Inherit;False;359;SubsurfaceDistortion;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;618;1872,-1888;Inherit;False;Property;_EnableSubsurfaceDistortion;Enable Subsurface Distortion;17;0;Create;True;0;0;0;False;2;Header(Subsurface Distortion);Space(8);False;0;1;1;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;COLOR;0,0,0,0;False;0;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;4;COLOR;0,0,0,0;False;5;COLOR;0,0,0,0;False;6;COLOR;0,0,0,0;False;7;COLOR;0,0,0,0;False;8;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;367;2432,1328;Inherit;False;Property;_SubsurfaceTint;Subsurface Tint;18;0;Create;True;0;0;0;False;1;Space (8);False;1,1,1,1;0,0,0,0;True;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;610;-2320,-2752;Inherit;False;Property;_TopHighlightsColor;Top Highlights Color;40;1;[HDR];Create;True;0;0;0;False;1;Space(8);False;1,1,1,1;0,0,0,0;True;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;573;1872,-1760;Inherit;False;Property;_EnableSpecularHighlights;Enable Specular Highlights;10;0;Create;True;0;0;0;False;2;Header(Highlights);Space(8);False;0;1;1;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;COLOR;0,0,0,0;False;0;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;4;COLOR;0,0,0,0;False;5;COLOR;0,0,0,0;False;6;COLOR;0,0,0,0;False;7;COLOR;0,0,0,0;False;8;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.ToggleSwitchNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;333;768,448;Inherit;False;Property;_EnableTopHighlights;Enable Top Highlights;39;0;Create;True;0;0;0;False;2;Header(Surface Options);Space(8);False;1;True;Create;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;327;-16,368;Inherit;False;244;WindSway;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;605;1008,1648;Inherit;False;RimLight;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;467;-496,368;Inherit;False;Emission;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;335;1056,448;Inherit;False;FinalLightingHighlights;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;622;-2016,368;Inherit;False;4;4;0;FLOAT;0;False;1;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;623;-2800,448;Inherit;False;461;EmissionColor;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;624;-2800,528;Inherit;False;457;Emission Map;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;625;-2576,528;Inherit;True;Property;_TextureSample4;Texture Sample 1;18;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;626;-2288,640;Inherit;False;462;EmissionAlpha;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;628;-1824,640;Inherit;False;Constant;_ReCenter2;Re-Center;30;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;629;-2800,368;Inherit;False;Property;_EmissionIntensity1;Emission Intensity;23;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;630;-1072,368;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SinOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;631;-1968,768;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleSubtractOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;632;-1504,848;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;633;-1792,928;Inherit;False;Property;_MinIntensity;Min Intensity;26;0;Create;True;0;0;0;False;0;False;0.75;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;634;-1792,848;Inherit;False;Property;_MaxIntensity;Max Intensity;27;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;635;-1504,960;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;636;-1504,1072;Inherit;False;Constant;_Half;Half;30;0;Create;True;0;0;0;False;0;False;0.5;0;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;637;-1344,848;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;638;-1344,960;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;639;-1152,768;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;640;-960,768;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;589;-848,368;Inherit;False;Property;_EnableEmission;Enable Emission;21;0;Create;True;0;0;0;False;2;Header (Emission);Space(8);False;0;1;1;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;FLOAT3;0,0,0;False;0;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT3;0,0,0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SimpleTimeNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;648;-2528,784;Inherit;False;1;0;FLOAT;1;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;649;-2320,784;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;650;-2528,864;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.WorldPosInputsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;651;-2752,864;Inherit;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;652;-2752,784;Inherit;False;Property;_FlickerFrequency;Flicker Frequency;24;0;Create;True;0;0;0;False;0;False;1;1;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;653;-2528,976;Inherit;False;Property;_FlickerScale;Flicker Scale;25;0;Create;True;0;0;0;False;0;False;1;1;0;0;0;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;654;-2160,784;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.IndirectSpecularLight, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;582;-1600,-64;Inherit;False;World;3;0;FLOAT3;0,0,0;False;1;FLOAT;0.5;False;2;FLOAT;1;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;598;-2000,-832;Float;False;Property;_SpecularSmoothness;Specular Smoothness;14;0;Create;True;0;0;0;False;0;False;0.01;0.04;0.001;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;655;-2128,144;Inherit;False;Property;_SpecularOcclusion;Specular Occlusion;15;0;Create;True;0;0;0;False;0;False;1;0;0;12;0;1;FLOAT;0
Node;AmplifyShaderEditor.LightColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;379;2496,1744;Inherit;False;0;3;COLOR;0;FLOAT3;1;FLOAT;2
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;354;2624,1584;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;357;2992,1488;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.VertexColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;358;2912,1696;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;365;3216,1488;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;656;3440,1488;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
Node;AmplifyShaderEditor.LightAttenuation, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;378;3200,1696;Inherit;False;0;1;FLOAT;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;359;3664,1488;Inherit;False;SubsurfaceDistortion;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;588;2848,-1632;Inherit;False;467;Emission;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;616;2752,-1472;Inherit;False;Property;_AlphaClipThreshold;Alpha Clip Threshold;6;0;Create;True;0;0;0;False;0;False;0;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;615;2848,-1552;Inherit;False;614;Alpha;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;620;2784,-1280;Inherit;False;Property;_EnableWind;Enable Wind;37;0;Create;True;0;0;0;False;2;Header(Wind);Space(8);False;0;1;1;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;FLOAT4;0,0,0,0;False;0;FLOAT4;0,0,0,0;False;2;FLOAT4;0,0,0,0;False;3;FLOAT4;0,0,0,0;False;4;FLOAT4;0,0,0,0;False;5;FLOAT4;0,0,0,0;False;6;FLOAT4;0,0,0,0;False;7;FLOAT4;0,0,0,0;False;8;FLOAT4;0,0,0,0;False;1;FLOAT4;0
Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;590;2752,-1728;Inherit;False;Property;_Occlusion;Occlusion;41;1;[Header];Create;True;0;0;0;False;1;Space (8);False;1;0;0;1;0;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;454;1648,-1632;Inherit;False;605;RimLight;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;587;1872,-1632;Inherit;False;Property;_EnableRimLighting;Enable Rim Lighting;28;0;Create;True;0;0;0;False;2;Header (Rim Lighting);Space(8);False;0;1;1;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;COLOR;0,0,0,0;False;0;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;4;COLOR;0,0,0,0;False;5;COLOR;0,0,0,0;False;6;COLOR;0,0,0,0;False;7;COLOR;0,0,0,0;False;8;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;586;1872,-1504;Inherit;False;Property;_EnableColorTint;Enable Color Tint;0;0;Create;True;0;0;0;False;2;Header(Color);Space(8);False;0;1;1;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;COLOR;0,0,0,0;False;0;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;4;COLOR;0,0,0,0;False;5;COLOR;0,0,0,0;False;6;COLOR;0,0,0,0;False;7;COLOR;0,0,0,0;False;8;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;658;2768,-1888;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;460;2608,-1760;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;659;2448,-1632;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;456;2256,-1504;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;611;1760,-1264;Inherit;False;FinalLighting;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;449;832,-1120;Inherit;True;Property;_TextureRamp1;Texture Ramp 1;0;1;[Header];Create;True;1;Textures;0;0;False;1;Space(8);False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;450;1344,-1312;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;451;1312,-1184;Inherit;False;543;HalfLambert;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;453;1536,-1312;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;458;1344,-1088;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;472;576,-1120;Inherit;False;441;TextureRamp;1;0;OBJECT;;False;1;SAMPLER2D;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;544;576,-1040;Inherit;False;473;CEL Effect;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;545;-64,-864;Inherit;False;594;Normals;1;0;OBJECT;;False;1;FLOAT3;0
Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;546;160,-864;Inherit;False;SRP Additional Light;-1;;61175;6c86746ad131a0a408ca599df5f40861;3,6,1,351,1,23,0;6;2;FLOAT3;0,0,0;False;11;FLOAT3;0,0,0;False;345;FLOAT3;0,0,0;False;346;FLOAT3;0,0,0;False;347;FLOAT;0.5;False;32;FLOAT4;0,0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;547;448,-864;Inherit;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;548;832,-928;Inherit;True;Property;_TextureRamp2;Texture Ramp 1;0;1;[Header];Create;True;1;Textures;0;0;False;1;Space(8);False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;False;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;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5
Node;AmplifyShaderEditor.ScaleAndOffsetNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;549;608,-864;Inherit;False;3;0;FLOAT3;0,0,0;False;1;FLOAT;1;False;2;FLOAT;0;False;1;FLOAT3;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;550;224,-672;Inherit;False;552;RampOffset;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;551;224,-752;Inherit;False;553;RampScale;1;0;OBJECT;;False;1;FLOAT;0
Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;612;1760,-1136;Inherit;False;335;FinalLightingHighlights;1;0;OBJECT;;False;1;COLOR;0
Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;459;2096,-1312;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;414;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;ExtraPrePass;0;0;ExtraPrePass;6;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;True;1;1;False;;0;False;;0;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;0;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;416;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;ShadowCaster;0;2;ShadowCaster;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;False;False;True;False;False;False;False;0;False;;False;False;False;False;False;False;False;False;False;True;1;False;;True;3;False;;False;False;True;1;LightMode=ShadowCaster;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;417;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;DepthOnly;0;3;DepthOnly;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;False;False;True;True;False;False;False;0;False;;False;False;False;False;False;False;False;False;False;True;1;False;;False;False;False;True;1;LightMode=DepthOnly;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;418;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;Meta;0;4;Meta;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;2;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;1;LightMode=Meta;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;419;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;Universal2D;0;5;Universal2D;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;True;1;1;False;;0;False;;1;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;False;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;1;LightMode=Universal2D;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;420;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;DepthNormals;0;6;DepthNormals;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;True;1;1;False;;0;False;;0;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;1;False;;True;3;False;;False;False;True;1;LightMode=DepthNormals;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;421;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;GBuffer;0;7;GBuffer;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;True;1;1;False;;0;False;;1;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;1;LightMode=UniversalGBuffer;False;True;12;d3d11;gles;metal;vulkan;xboxone;xboxseries;playstation;ps4;ps5;switch;switch2;webgpu;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;422;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;SceneSelectionPass;0;8;SceneSelectionPass;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;2;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;1;LightMode=SceneSelectionPass;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;423;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;ScenePickingPass;0;9;ScenePickingPass;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;1;LightMode=Picking;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;424;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;MotionVectors;0;10;MotionVectors;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;True;True;False;False;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;True;1;LightMode=MotionVectors;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;425;2784,-1760;Float;False;False;-1;3;UnityEditor.ShaderGraphLitGUI;0;1;New Amplify Shader;94348b07e5e8bab40bd6c8a1e3df54cd;True;XRMotionVectors;0;11;XRMotionVectors;0;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=Opaque=RenderType;Queue=Geometry=Queue=0;UniversalMaterialType=Lit;True;5;True;14;all;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;True;1;False;;255;False;;1;False;;7;False;;3;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;False;False;False;False;True;1;LightMode=XRMotionVectors;False;False;0;;0;0;Standard;0;False;0
Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;415;3200,-1888;Float;False;True;-1;3;UnityEditor.ShaderGraphLitGUI;0;15;ToonScapes/URP/Vegetation;94348b07e5e8bab40bd6c8a1e3df54cd;True;Forward;0;1;Forward;21;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;False;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;4;RenderPipeline=UniversalPipeline;RenderType=TransparentCutout=RenderType;Queue=AlphaTest=Queue=0;UniversalMaterialType=SimpleLit;True;5;True;14;all;0;False;True;1;1;False;;0;False;;1;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;False;True;1;LightMode=UniversalForward;False;False;0;;0;0;Standard;51;Category;0;0; Instanced Terrain Normals;1;0;Lighting Model;1;639047938892022053;Workflow;0;0;Surface;0;639047939055015101; Keep Alpha;0;639047938997806218; Refraction Model;0;0; Blend;0;0;Two Sided;1;0;Alpha Clipping;1;0; Use Shadow Threshold;0;0;Fragment Normal Space;0;0;Forward Only;0;0;Transmission;0;0; Transmission Shadow;0.5,False,;0;Translucency;0;0; Translucency Strength;1,False,;0; Normal Distortion;0.5,False,;0; Scattering;2,False,;0; Direct;0.9,False,;0; Ambient;0.1,False,;0; Shadow;0.5,False,;0;Cast Shadows;1;0;Receive Shadows;2;0;Specular Highlights;0;639047939346933580;Environment Reflections;2;0;Receive SSAO;1;0;Motion Vectors;1;0; Add Precomputed Velocity;0;0; XR Motion Vectors;0;0;GPU Instancing;1;0;LOD CrossFade;1;0;Built-in Fog;1;0;_FinalColorxAlpha;0;0;Meta Pass;1;0;Override Baked GI;0;0;Extra Pre Pass;0;0;Tessellation;0;0; Phong;0;0; Strength;0.5,False,;0; Type;0;0; Tess;16,False,;0; Min;10,False,;0; Max;25,False,;0; Edge Length;16,False,;0; Max Displacement;25,False,;0;Write Depth;0;0; Early Z;0;0;Vertex Position;1;0;Debug Display;1;0;Clear Coat;0;0;0;12;False;True;True;True;True;True;True;True;True;True;True;False;False;;False;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;606;-1568,2048;Inherit;False;128;100;RimFromLight;0;;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;607;-1568,2416;Inherit;False;159;100;ViewEdge;0;;1,1,1,1;0;0
Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;608;-1296,2048;Inherit;False;128;100;RimMask;0;;1,1,1,1;0;0
WireConnection;410;0;274;0
WireConnection;273;0;268;0
WireConnection;269;0;266;0
WireConnection;270;0;267;0
WireConnection;279;1;273;0
WireConnection;280;0;272;1
WireConnection;280;1;272;3
WireConnection;275;0;269;0
WireConnection;278;0;271;0
WireConnection;276;0;270;0
WireConnection;281;0;412;0
WireConnection;285;0;280;0
WireConnection;285;1;279;0
WireConnection;282;0;275;0
WireConnection;282;1;278;0
WireConnection;283;0;276;0
WireConnection;283;1;281;0
WireConnection;284;0;277;1
WireConnection;284;1;277;3
WireConnection;287;0;285;0
WireConnection;287;2;282;0
WireConnection;286;0;284;0
WireConnection;286;2;283;0
WireConnection;263;0;262;0
WireConnection;288;0;287;0
WireConnection;291;0;286;0
WireConnection;397;0;292;0
WireConnection;397;1;398;0
WireConnection;403;0;293;0
WireConnection;403;1;406;0
WireConnection;292;0;289;0
WireConnection;292;1;288;0
WireConnection;293;0;290;0
WireConnection;293;1;291;0
WireConnection;399;0;397;0
WireConnection;399;1;400;0
WireConnection;404;0;403;0
WireConnection;404;1;407;0
WireConnection;401;0;292;0
WireConnection;401;1;399;0
WireConnection;401;2;402;0
WireConnection;405;0;293;0
WireConnection;405;1;404;0
WireConnection;405;2;402;0
WireConnection;296;0;405;0
WireConnection;244;0;401;0
WireConnection;302;0;298;0
WireConnection;255;0;256;0
WireConnection;304;0;299;0
WireConnection;304;1;300;1
WireConnection;304;2;413;0
WireConnection;305;0;300;2
WireConnection;305;1;301;0
WireConnection;305;2;302;0
WireConnection;307;0;304;0
WireConnection;307;1;305;0
WireConnection;308;0;306;0
WireConnection;443;0;577;0
WireConnection;309;0;308;0
WireConnection;309;1;307;0
WireConnection;310;0;309;0
WireConnection;254;0;310;0
WireConnection;468;0;469;0
WireConnection;614;0;468;4
WireConnection;371;0;345;0
WireConnection;377;0;344;0
WireConnection;377;1;371;0
WireConnection;343;0;342;0
WireConnection;343;1;377;0
WireConnection;347;0;343;0
WireConnection;349;0;348;0
WireConnection;349;1;347;0
WireConnection;376;0;369;0
WireConnection;368;0;349;0
WireConnection;368;1;376;0
WireConnection;331;0;327;0
WireConnection;331;1;328;2
WireConnection;331;2;329;0
WireConnection;355;0;367;0
WireConnection;355;1;354;0
WireConnection;332;0;338;0
WireConnection;332;1;334;0
WireConnection;332;2;331;0
WireConnection;439;0;576;0
WireConnection;441;0;583;0
WireConnection;442;0;470;0
WireConnection;444;0;442;0
WireConnection;445;0;579;0
WireConnection;447;0;556;0
WireConnection;447;1;582;0
WireConnection;447;2;446;0
WireConnection;457;0;572;0
WireConnection;461;0;592;5
WireConnection;462;0;592;4
WireConnection;470;0;440;0
WireConnection;470;5;571;0
WireConnection;473;0;535;0
WireConnection;478;0;475;0
WireConnection;478;1;476;0
WireConnection;478;2;477;0
WireConnection;479;0;478;0
WireConnection;530;0;593;4
WireConnection;531;0;447;0
WireConnection;533;0;595;0
WireConnection;533;1;532;0
WireConnection;534;0;533;0
WireConnection;534;1;537;0
WireConnection;534;2;536;0
WireConnection;535;0;534;0
WireConnection;541;0;538;0
WireConnection;541;1;539;0
WireConnection;542;0;541;0
WireConnection;542;1;540;0
WireConnection;543;0;542;0
WireConnection;552;0;555;0
WireConnection;553;0;554;0
WireConnection;558;0;561;0
WireConnection;559;0;569;0
WireConnection;559;1;557;0
WireConnection;560;0;558;0
WireConnection;560;1;598;0
WireConnection;561;0;601;0
WireConnection;561;1;600;4
WireConnection;561;2;602;0
WireConnection;562;0;566;0
WireConnection;562;1;560;0
WireConnection;563;0;561;0
WireConnection;564;0;562;0
WireConnection;565;0;563;0
WireConnection;565;1;564;0
WireConnection;566;0;596;0
WireConnection;566;1;567;0
WireConnection;567;0;559;0
WireConnection;567;1;581;0
WireConnection;570;11;568;0
WireConnection;574;0;565;0
WireConnection;578;0;580;0
WireConnection;580;0;575;0
WireConnection;580;1;471;0
WireConnection;580;2;448;0
WireConnection;581;0;570;0
WireConnection;594;0;444;0
WireConnection;596;0;597;0
WireConnection;600;0;599;0
WireConnection;483;0;481;0
WireConnection;483;1;482;0
WireConnection;485;0;516;0
WireConnection;486;0;484;0
WireConnection;488;0;492;0
WireConnection;488;1;517;0
WireConnection;488;2;518;0
WireConnection;488;3;514;0
WireConnection;488;4;493;0
WireConnection;489;0;488;0
WireConnection;489;1;485;0
WireConnection;490;0;489;0
WireConnection;490;1;486;4
WireConnection;491;0;489;0
WireConnection;491;1;490;0
WireConnection;491;2;487;0
WireConnection;492;0;528;0
WireConnection;492;1;499;0
WireConnection;493;0;519;0
WireConnection;495;11;494;0
WireConnection;496;0;497;0
WireConnection;496;1;504;0
WireConnection;497;0;495;0
WireConnection;499;0;498;0
WireConnection;506;0;507;0
WireConnection;506;1;527;0
WireConnection;507;0;505;0
WireConnection;508;0;503;0
WireConnection;508;1;502;0
WireConnection;509;0;508;0
WireConnection;510;0;509;0
WireConnection;511;0;510;0
WireConnection;511;1;507;0
WireConnection;511;2;506;0
WireConnection;512;0;500;0
WireConnection;512;1;501;0
WireConnection;513;0;512;0
WireConnection;514;0;515;0
WireConnection;514;1;511;0
WireConnection;515;0;513;0
WireConnection;516;0;483;0
WireConnection;516;2;524;0
WireConnection;519;0;521;0
WireConnection;519;1;496;0
WireConnection;521;0;526;0
WireConnection;521;1;523;0
WireConnection;522;0;525;0
WireConnection;522;1;520;0
WireConnection;523;0;480;0
WireConnection;523;1;522;0
WireConnection;604;0;491;0
WireConnection;604;1;603;4
WireConnection;529;0;593;5
WireConnection;609;0;610;5
WireConnection;618;0;617;0
WireConnection;573;0;455;0
WireConnection;333;0;334;0
WireConnection;333;1;332;0
WireConnection;605;0;604;0
WireConnection;467;0;589;0
WireConnection;335;0;333;0
WireConnection;622;0;629;0
WireConnection;622;1;623;0
WireConnection;622;2;625;5
WireConnection;622;3;626;0
WireConnection;625;0;624;0
WireConnection;630;0;622;0
WireConnection;630;1;640;0
WireConnection;631;0;654;0
WireConnection;632;0;634;0
WireConnection;632;1;633;0
WireConnection;635;0;634;0
WireConnection;635;1;633;0
WireConnection;637;0;632;0
WireConnection;637;1;636;0
WireConnection;638;0;635;0
WireConnection;638;1;636;0
WireConnection;639;0;631;0
WireConnection;639;1;637;0
WireConnection;640;0;639;0
WireConnection;640;1;638;0
WireConnection;589;0;630;0
WireConnection;648;0;652;0
WireConnection;649;0;648;0
WireConnection;649;1;650;0
WireConnection;650;0;651;1
WireConnection;650;1;651;3
WireConnection;654;0;649;0
WireConnection;654;1;653;0
WireConnection;582;0;474;0
WireConnection;582;1;445;4
WireConnection;582;2;655;0
WireConnection;354;0;368;0
WireConnection;357;0;355;0
WireConnection;357;1;379;0
WireConnection;365;0;357;0
WireConnection;365;1;358;3
WireConnection;656;0;365;0
WireConnection;656;1;378;0
WireConnection;359;0;656;0
WireConnection;620;0;619;0
WireConnection;587;0;454;0
WireConnection;586;1;452;0
WireConnection;586;0;591;0
WireConnection;658;0;618;0
WireConnection;658;1;460;0
WireConnection;460;0;573;0
WireConnection;460;1;659;0
WireConnection;659;0;587;0
WireConnection;659;1;456;0
WireConnection;456;0;586;0
WireConnection;456;1;459;0
WireConnection;611;0;453;0
WireConnection;449;0;472;0
WireConnection;449;1;544;0
WireConnection;450;0;468;0
WireConnection;450;1;449;0
WireConnection;453;0;450;0
WireConnection;453;1;451;0
WireConnection;458;0;468;0
WireConnection;458;1;548;0
WireConnection;546;11;545;0
WireConnection;547;0;546;0
WireConnection;548;0;472;0
WireConnection;548;1;549;0
WireConnection;549;0;547;0
WireConnection;549;1;551;0
WireConnection;549;2;550;0
WireConnection;459;0;612;0
WireConnection;459;1;458;0
WireConnection;415;0;658;0
WireConnection;415;5;590;0
WireConnection;415;2;588;0
WireConnection;415;6;615;0
WireConnection;415;7;616;0
WireConnection;415;8;620;0
ASEEND*/
//CHKSM=E955BDC5CCB2D71902548C92E1302A1734CD9245