diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 6747bcb..6f37937 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2091,6 +2091,11 @@ public class ToonerGUI : ShaderGUI { TexturePropertySingleLine( MakeLabel(bc, "3D Noise"), bc); + bc = FindProperty("_Gimmick_Fog_00_Noise_Normals"); + TexturePropertySingleLine( + MakeLabel(bc, "3D Noise (RGB normals)"), + bc); + SetKeyword("_GIMMICK_FOG_00_NOISE_3D_NORMALS", bc.textureValue); bc = FindProperty("_Gimmick_Fog_00_Noise_2D"); TexturePropertySingleLine( MakeLabel(bc, "2D Noise (optional)"), |
