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 /tooner.shader | |
| parent | 2e506cd621f3d8e7448128a7a93066f68fc37087 (diff) | |
Add global offset to zwrite abomination
Diffstat (limited to 'tooner.shader')
| -rw-r--r-- | tooner.shader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tooner.shader b/tooner.shader index 9c21f7b..d44eef4 100644 --- a/tooner.shader +++ b/tooner.shader @@ -1095,6 +1095,7 @@ Shader "yum_food/tooner" _Gimmick_ZWrite_Abomination_Initial_Step_Size("Initial step size", Float) = 0.001 _Gimmick_ZWrite_Abomination_Global_Scale("Global scale", Float) = 1 _Gimmick_ZWrite_Abomination_Vertex_Expansion_Factor("Vertex expansion factor", Float) = 1 + _Gimmick_ZWrite_Abomination_Global_Offset("Global offset", Vector) = (0, 0, 0, 0) _Gimmick_ZWrite_Abomination_Body_Half_Height("Body half height", Float) = 0.1 _Gimmick_ZWrite_Abomination_Body_Radius("Body radius", Float) = 0.1 |
