From 86438c831074ea2b161db28c18c998eb47b3600f Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 24 Mar 2026 15:43:41 -0700 Subject: Add letter grid animation --- globals.cginc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index e567177..44a71c9 100755 --- a/globals.cginc +++ b/globals.cginc @@ -579,6 +579,7 @@ float4 _Letter_Grid_Data_Row_0; float4 _Letter_Grid_Data_Row_1; float4 _Letter_Grid_Data_Row_2; float4 _Letter_Grid_Data_Row_3; +int _Letter_Grid_UV_Channel; float4 _Letter_Grid_UV_Scale_Offset; float _Letter_Grid_Padding; float4 _Letter_Grid_Color; @@ -593,4 +594,8 @@ float _Letter_Grid_Blurriness; float _Letter_Grid_Alpha_Threshold; #endif // _LETTER_GRID +#if defined(_LETTER_GRID_ANIMATE) +float _Letter_Grid_Animate_Speed; +#endif // _LETTER_GRID_ANIMATE + #endif // __GLOBALS_INC -- cgit v1.2.3