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 /Editor/tooner.cs | |
| parent | ef659428910962a270840d1448123bfc6c87cccb (diff) | |
Disable custom depth - breaks projectors
Diffstat (limited to 'Editor/tooner.cs')
| -rw-r--r-- | Editor/tooner.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index fae2c47..d4e9d7d 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -3241,6 +3241,8 @@ public class ToonerGUI : ShaderGUI { FloatProperty(bc, "Scale"); bc = FindProperty("_Gimmick_Lens_00_SSFD_Max_Fwidth"); FloatProperty(bc, "Max fwidth"); + bc = FindProperty("_Gimmick_Lens_00_SSFD_Size_Factor"); + FloatProperty(bc, "Size factor"); bc = FindProperty("_Gimmick_Lens_00_SSFD_Noise"); TexturePropertySingleLine(MakeLabel(bc, "Noise"), bc); EditorGUI.indentLevel -= 1; |
