From 11684b84d969f231b32ecb4846e8d4f8f5a8bb81 Mon Sep 17 00:00:00 2001 From: orels1 Date: Mon, 29 Jul 2024 04:55:55 +0400 Subject: [PATCH] changed ordering of properties in the Clouds shader --- .../Runtime/Shaders/VFX/ORL VFX Clouds.orlshader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/sh.orels.shaders/Runtime/Shaders/VFX/ORL VFX Clouds.orlshader b/Packages/sh.orels.shaders/Runtime/Shaders/VFX/ORL VFX Clouds.orlshader index c86dfda..ebe00a2 100644 --- a/Packages/sh.orels.shaders/Runtime/Shaders/VFX/ORL VFX Clouds.orlshader +++ b/Packages/sh.orels.shaders/Runtime/Shaders/VFX/ORL VFX Clouds.orlshader @@ -9,8 +9,6 @@ UI_ShadingHeader("# Shading", Int) = 1 _DepthTransp("Depth Transparency", Float) = 36 - _HeightBottom("Height Bottom", Float) = 0.12 - _HeightTop("Height Top", Float) = 1 [Toggle(APPLY_SHADING)]_ApplyShading("Apply Shading", Int) = 0 _ShadeRamp("Shade Ramp %ShowIf(APPLY_SHADING) %Gradient()", 2D) = "grayscaleRamp" {} _Tint("Tint %ShowIf(APPLY_SHADING)", Color) = (1,1,1,1) @@ -18,6 +16,8 @@ _NormalPrecision("Normal Precision %ShowIf(APPLY_SHADING && RECALCULATE_NORMALS)", Float) = 0.7 _ColorBottom("Color Bottom %ShowIf(!APPLY_SHADING)", Color) = (0.5680403, 0.5980207, 0.6509434, 1) _ColorTop("Color Top %ShowIf(!APPLY_SHADING)", Color) = (0.8066038, 0.9495488, 1, 1) + _HeightBottom("Height Bottom", Float) = 0.12 + _HeightTop("Height Top", Float) = 1 UI_NoiseHeader("# Noise", Int) = 1