diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-25 17:38:45 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-25 17:38:45 -0700 |
| commit | 2d49d9db4712ae3cbd604ec7c9f8627e4f74bde6 (patch) | |
| tree | d047130a222bc4464b3e92035019fa38201f7e6d /globals.cginc | |
| parent | 2a5186af2dce81d7d630f2969cfc5bcf2e2ddd66 (diff) | |
Add shatter wave gimmick
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 3ab4c53..d1fc5b6 100644 --- a/globals.cginc +++ b/globals.cginc @@ -415,4 +415,13 @@ float _Letter_Grid_Blurriness; float _Letter_Grid_Alpha_Threshold;
#endif // _LETTER_GRID
+#if defined(_SHATTER_WAVE)
+float _Shatter_Wave_Amplitude;
+float _Shatter_Wave_Wavelength;
+float _Shatter_Wave_Speed;
+float _Shatter_Wave_Period;
+float _Shatter_Wave_Power;
+float3 _Shatter_Wave_Direction;
+#endif // _SHATTER_WAVE
+
#endif // __GLOBALS_INC
|
