diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-25 19:12:49 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-25 19:12:49 -0700 |
| commit | 274f601c9c49f69e4acef24b56982190b5b0bf93 (patch) | |
| tree | 8c241e6cb0310485edb7db96d42d164189753c4b /globals.cginc | |
| parent | ccdda956f7de812bb9c318161c6852301a60d413 (diff) | |
Continue work on tessellation
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 8 |
1 files changed, 6 insertions, 2 deletions
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)
|
