summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs7
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(