diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-05 23:14:13 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-05 23:14:13 -0800 |
| commit | 9b52e08a7f2400c7ee78e9b284ed0c4c876a7dd4 (patch) | |
| tree | 601470be4190a95677e88c77c4c9846b0384a433 /Editor/tooner.cs | |
| parent | d45815e49ba24b881bf54b73fd1b8a82579fa1c2 (diff) | |
Add 4x4 textures to ssfd
Diffstat (limited to 'Editor/tooner.cs')
| -rw-r--r-- | Editor/tooner.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index d4e9d7d..5639141 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -3286,6 +3286,12 @@ public class ToonerGUI : ShaderGUI { FloatProperty(bc, "Size factor"); bc = FindProperty("_Surface_Stable_Fractal_Dithering_Brightness_Factor"); FloatProperty(bc, "Brightness factor"); + bc = FindProperty("_Surface_Stable_Fractal_Dithering_UV_Offset_R"); + VectorProperty(bc, "UV offset (r)"); + bc = FindProperty("_Surface_Stable_Fractal_Dithering_UV_Offset_G"); + VectorProperty(bc, "UV offset (g)"); + bc = FindProperty("_Surface_Stable_Fractal_Dithering_UV_Offset_B"); + VectorProperty(bc, "UV offset (b)"); EditorGUI.indentLevel -= 1; } |
