diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-07 18:09:04 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-07 18:09:04 -0800 |
| commit | 9eb5303f72179c33025766d7a5451920b836f7ad (patch) | |
| tree | 7288979685ee555ca1828f51698ef5ecad44f20d /Editor | |
| parent | e2d54abcc939bf949355e2885913291b009d0eea (diff) | |
Fog domain warping now occurs in 3d
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 6f37937..6747bcb 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2091,11 +2091,6 @@ 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)"), |
