summaryrefslogtreecommitdiffstats
path: root/3ner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-12-18 01:00:14 -0800
committeryum <yum.food.vr@gmail.com>2025-12-18 01:00:14 -0800
commitf7c5e546c220f0f7be8ec3a9cccdb4641114cfe1 (patch)
treeb287927c2d8a0d7781a56550066f222bac96b745 /3ner.shader
parent55a9113a1b7bc23a810606c2ed03d56c55aca060 (diff)
screw with operator ordering
Diffstat (limited to '3ner.shader')
-rw-r--r--3ner.shader4
1 files changed, 2 insertions, 2 deletions
diff --git a/3ner.shader b/3ner.shader
index caf1809..442b493 100644
--- a/3ner.shader
+++ b/3ner.shader
@@ -279,8 +279,8 @@ Shader "yum_food/3ner"
_Vertex_Deformation_FBM_Velocity("Velocity", Vector) = (0, 0, .01)
_Vertex_Deformation_FBM_Gain("Gain", Range(0,1)) = 0.5
_Vertex_Deformation_FBM_Lacunarity("Lacunarity", Range(1,10)) = 2
- _Vertex_Deformation_FBM_Amplitude("Amplitude", Range(0,1)) = 1
- _Vertex_Deformation_FBM_Scale("Scale", Float) = 1
+ _Vertex_Deformation_FBM_Amplitude("Amplitude", Vector) = (1, 1, 1, 0)
+ _Vertex_Deformation_FBM_Period("Period", Vector) = (1, 1, 1, 0)
_Vertex_Deformation_FBM_Octaves("Octaves", Range(1, 5.1)) = 3
[HideInInspector] m_end_Vertex_Deformation_FBM("FBM", Float) = 0
//endex