From 0ef282da6a87c27e4056faaedb2847eed1f5a8a7 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 19 Jan 2026 18:40:39 -0800 Subject: shadows now use pbr normal; reparameterize tesellation falloff --- globals.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index ff5d42e..39160bc 100644 --- a/globals.cginc +++ b/globals.cginc @@ -587,6 +587,7 @@ float4 _Shatter_Wave_Rotation_Strength; #if defined(_TESSELLATION) float _Tessellation_Factor; +float _Tessellation_Falloff_Factor; float _Tessellation_Frustum_Culling_Bias; #endif // _TESSELLATION -- cgit v1.2.3