diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-06 01:44:35 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-06 01:44:35 -0800 |
| commit | 4f7592f7b4ba6195db1b968adf06d9e2c2008018 (patch) | |
| tree | 22c0d4a7d31d7b94e7b37a89d4e42fcc982f70db /Editor | |
| parent | 23ed2a68de0d1d9c4538e71b05b87b791d30459f (diff) | |
Add baked normals & ltcgi to fog
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)"), |
