From 274f601c9c49f69e4acef24b56982190b5b0bf93 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 25 Mar 2025 19:12:49 -0700 Subject: Continue work on tessellation --- globals.cginc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 9cabad6..c653e9d 100644 --- a/globals.cginc +++ b/globals.cginc @@ -425,8 +425,12 @@ float3 _Shatter_Wave_Direction; #endif // _SHATTER_WAVE #if defined(_TESSELLATION) -float3 _Tessellation_Edge_Factors; -float _Tessellation_Inside_Factor; +float _Tessellation_Factor; +#if defined(_TESSELLATION_HEIGHTMAP) +texture2D _Tessellation_Heightmap; +float4 _Tessellation_Heightmap_ST; +float _Tessellation_Heightmap_Scale; +#endif // _TESSELLATION_HEIGHTMAP #endif // _TESSELLATION #if defined(_SPHERIZE) -- cgit v1.2.3