diff options
| author | yum <yum.food.vr@gmail.com> | 2025-01-29 17:28:04 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-01-29 17:28:04 -0800 |
| commit | 88c56664a56680ddebc8a14db73e5b40ec503d7b (patch) | |
| tree | 49a6e67b7ae28b0cc46b81ae9989cb2f43c93579 /Editor | |
| parent | 2e506cd621f3d8e7448128a7a93066f68fc37087 (diff) | |
Add global offset to zwrite abomination
Diffstat (limited to 'Editor')
| -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 5431c3e..f4cd4f2 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2920,6 +2920,8 @@ public class ToonerGUI : ShaderGUI { FloatProperty(bc, "Global scale"); bc = FindProperty("_Gimmick_ZWrite_Abomination_Vertex_Expansion_Factor"); FloatProperty(bc, "Vertex expansion factor"); + bc = FindProperty("_Gimmick_ZWrite_Abomination_Global_Offset"); + VectorProperty(bc, "Global offset"); bc = FindProperty("_Gimmick_ZWrite_Abomination_Body_Half_Height"); FloatProperty(bc, "Body half height"); |
