diff options
| author | yum <yum.food.vr@gmail.com> | 2025-01-28 08:48:27 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-01-28 08:48:27 -0800 |
| commit | 2e506cd621f3d8e7448128a7a93066f68fc37087 (patch) | |
| tree | ee4fc3bef468bae650bb8e964eabf102266c8135 /Editor | |
| parent | dfe6371283f2415804b4341dbac71f79188ea890 (diff) | |
Yellow abomination now faces camera and grows as it gets farther
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 041e096..5431c3e 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2918,6 +2918,8 @@ public class ToonerGUI : ShaderGUI { FloatProperty(bc, "Initial step size"); bc = FindProperty("_Gimmick_ZWrite_Abomination_Global_Scale"); FloatProperty(bc, "Global scale"); + bc = FindProperty("_Gimmick_ZWrite_Abomination_Vertex_Expansion_Factor"); + FloatProperty(bc, "Vertex expansion factor"); bc = FindProperty("_Gimmick_ZWrite_Abomination_Body_Half_Height"); FloatProperty(bc, "Body half height"); |
