diff options
| author | yum <yum.food.vr@gmail.com> | 2024-07-13 01:49:03 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-07-13 01:49:21 -0700 |
| commit | bf4457b96cd46ed2d3d61bde2eb4d58d3114730b (patch) | |
| tree | 00c2e9c18f15dc2decd54666e96254e9176102dd /globals.cginc | |
| parent | d0032ecf7d258ac52ef572e26f64e18190bf9215 (diff) | |
Integrate metallic eye shader
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index ed6b209..6f7b434 100644 --- a/globals.cginc +++ b/globals.cginc @@ -311,5 +311,16 @@ float _Gimmick_Quantize_Location_Audiolink_Strength; #endif #endif +#if defined(_GIMMICK_SHEAR_LOCATION) +float _Gimmick_Shear_Location_Enable_Static; +float _Gimmick_Shear_Location_Enable_Dynamic; +float4 _Gimmick_Shear_Location_Strength; +#endif + +#if defined(_GIMMICK_EYES_00) +float _Gimmick_Eyes00_Enable_Static; +texture2D _Gimmick_Eyes00_Effect_Mask; +#endif + #endif |
