diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-04 01:03:51 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-04 01:04:59 -0800 |
| commit | 964f6fe874363c948e6c91bbeb716ffad3962a23 (patch) | |
| tree | 42b8604cf1006f2066c1516b56558f5e24256f1f /Editor | |
| parent | 80f5174b732e028854f8f6f7d82f24fdf6404215 (diff) | |
Begin work adding normals to fog
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 6c5a9f8..6358597 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2091,6 +2091,10 @@ public class ToonerGUI : ShaderGUI { TexturePropertySingleLine( MakeLabel(bc, "Noise"), bc); + bc = FindProperty("_Gimmick_Fog_00_Normal_Noise"); + TexturePropertySingleLine( + MakeLabel(bc, "Normal noise"), + bc); bc = FindProperty("_Gimmick_Fog_00_Emitter_Texture"); TexturePropertySingleLine( |
