From 23ed2a68de0d1d9c4538e71b05b87b791d30459f Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 5 Nov 2024 21:37:05 -0800 Subject: Fog cleanup --- Editor/tooner.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Editor') 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( -- cgit v1.2.3