diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-28 16:09:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-28 16:09:34 -0700 |
| commit | 2c9e02770250a3f3e781a2fb22357e0a910a2436 (patch) | |
| tree | 81b97b95878976f7f56703815fc59a0d23f87464 /globals.cginc | |
| parent | ac54b32eab582061b961c71efc8cdff28a4fa72e (diff) | |
add rotation to shatterwave
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
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
|
