diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-19 18:40:39 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-19 18:40:39 -0800 |
| commit | 0ef282da6a87c27e4056faaedb2847eed1f5a8a7 (patch) | |
| tree | 3eaf26a8216f0efc94edc1499e0ab9241b5aac83 /globals.cginc | |
| parent | f6e54271cddfec5ef16e986a94edf2db380bc458 (diff) | |
shadows now use pbr normal; reparameterize tesellation falloff
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
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
|
