diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-03 15:19:04 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-03 15:19:04 -0800 |
| commit | d45815e49ba24b881bf54b73fd1b8a82579fa1c2 (patch) | |
| tree | 84aed710fbc5a3a6d76e1c2ee47113b89230c42c /globals.cginc | |
| parent | ef659428910962a270840d1448123bfc6c87cccb (diff) | |
Disable custom depth - breaks projectors
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/globals.cginc b/globals.cginc index 4045633..ad55457 100644 --- a/globals.cginc +++ b/globals.cginc @@ -1145,6 +1145,7 @@ float _Gimmick_Lens_00_Frame_Counter_Speed; #if defined(_GIMMICK_LENS_00_SSFD) float _Gimmick_Lens_00_SSFD_Scale; float _Gimmick_Lens_00_SSFD_Max_Fwidth; +float _Gimmick_Lens_00_SSFD_Size_Factor; texture3D _Gimmick_Lens_00_SSFD_Noise; #endif #endif @@ -1158,8 +1159,5 @@ float _Surface_Stable_Fractal_Dithering_Size_Factor; float _Surface_Stable_Fractal_Dithering_Brightness_Factor; #endif - - - #endif |
