diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-05 21:37:05 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-05 21:37:05 -0800 |
| commit | 23ed2a68de0d1d9c4538e71b05b87b791d30459f (patch) | |
| tree | 8e6947714e3927e15cf140b2662d59457cb7deb2 /Editor/tooner.cs | |
| parent | c137315f90aa4658f0729bdc73400e1c11be350d (diff) | |
Fog cleanup
Diffstat (limited to 'Editor/tooner.cs')
| -rw-r--r-- | Editor/tooner.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 663a3d3..6747bcb 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2089,12 +2089,13 @@ public class ToonerGUI : ShaderGUI { FloatProperty(bc, "LOD half life"); bc = FindProperty("_Gimmick_Fog_00_Noise"); TexturePropertySingleLine( - MakeLabel(bc, "Noise"), + MakeLabel(bc, "3D Noise"), bc); - bc = FindProperty("_Gimmick_Fog_00_Normal_Noise"); + bc = FindProperty("_Gimmick_Fog_00_Noise_2D"); TexturePropertySingleLine( - MakeLabel(bc, "Normal noise"), + MakeLabel(bc, "2D Noise (optional)"), bc); + SetKeyword("_GIMMICK_FOG_00_NOISE_2D", bc.textureValue); bc = FindProperty("_Gimmick_Fog_00_Emitter_Texture"); TexturePropertySingleLine( |
