summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-10-18 13:43:51 -0700
committeryum <yum.food.vr@gmail.com>2025-10-18 13:56:29 -0700
commitf65f4b6e07b47115911bf33deb90597e201c1066 (patch)
tree9cf783bc5ab7c885dda038159df5b8a006ce8e70 /globals.cginc
parentc6581fe78d5abae4289432d9d8fd01729fe17b0e (diff)
add fbm deformation effect
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc9
1 files changed, 9 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 75030ac..fd865dc 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -81,6 +81,15 @@ float3 _Vertex_Deformation_Sine_Waves_k;
float3 _Vertex_Deformation_Sine_Waves_omega;
#endif // _VERTEX_DEFORMATION_SINE_WAVES
+#if defined(_VERTEX_DEFORMATION_FBM)
+float3 _Vertex_Deformation_FBM_Velocity;
+float _Vertex_Deformation_FBM_Amplitude;
+float _Vertex_Deformation_FBM_Gain;
+float _Vertex_Deformation_FBM_Lacunarity;
+float _Vertex_Deformation_FBM_Scale;
+float _Vertex_Deformation_FBM_Octaves;
+#endif // _VERTEX_DEFORMATION_FBM
+
#if defined(_UV_SCROLL)
float2 _UV_Scroll_Speed;
#endif // _UV_SCROLL