diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index b2d3eec..0ed9a54 100644 --- a/globals.cginc +++ b/globals.cginc @@ -361,6 +361,13 @@ float4 _Gimmick_Shear_Location_Mesh_Renderer_Rotation; float4 _Gimmick_Shear_Location_Mesh_Renderer_Scale; #endif +#if defined(_GIMMICK_SPHERIZE_LOCATION) +float _Gimmick_Spherize_Location_Enable_Static; +float _Gimmick_Spherize_Location_Enable_Dynamic; +float _Gimmick_Spherize_Location_Strength; +float _Gimmick_Spherize_Location_Radius; +#endif + #if defined(_GIMMICK_EYES_00) float _Gimmick_Eyes00_Enable_Static; texture2D _Gimmick_Eyes00_Effect_Mask; |
