From 2c9e02770250a3f3e781a2fb22357e0a910a2436 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 28 Mar 2025 16:09:34 -0700 Subject: add rotation to shatterwave --- globals.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index e5ab929..5f891c3 100644 --- a/globals.cginc +++ b/globals.cginc @@ -436,6 +436,10 @@ float4 _Shatter_Wave_Chronotensity_Weights2; float4 _Shatter_Wave_Chronotensity_Weights3; #endif // _SHATTER_WAVE_AUDIOLINK +#if defined(_SHATTER_WAVE_ROTATION) +float4 _Shatter_Wave_Rotation_Strength; +#endif // _SHATTER_WAVE_ROTATION + #if defined(_TESSELLATION) float _Tessellation_Factor; #endif // _TESSELLATION -- cgit v1.2.3