diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-02 17:50:10 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-02 17:50:10 -0800 |
| commit | ef659428910962a270840d1448123bfc6c87cccb (patch) | |
| tree | 119fd7f7540039025d0ef6d7e8ceda689e28d54e /globals.cginc | |
| parent | 5f819329a161d54076d025d6f61656f262094c07 (diff) | |
More SSFD tweaks
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/globals.cginc b/globals.cginc index d736afe..4045633 100644 --- a/globals.cginc +++ b/globals.cginc @@ -1150,12 +1150,16 @@ texture3D _Gimmick_Lens_00_SSFD_Noise; #endif #if defined(_SURFACE_STABLE_FRACTAL_DITHERING) +float _Surface_Stable_Fractal_Dithering_Enable_Dynamic; texture3D _Surface_Stable_Fractal_Dithering_Noise; float _Surface_Stable_Fractal_Dithering_Scale; float _Surface_Stable_Fractal_Dithering_Max_Fwidth; -float _Surface_Stable_Fractal_Dithering_Cutoff; +float _Surface_Stable_Fractal_Dithering_Size_Factor; +float _Surface_Stable_Fractal_Dithering_Brightness_Factor; #endif + + #endif |
