diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-29 21:15:57 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-29 21:15:57 -0700 |
| commit | 3f1915bbd0e6176e625c484cf24a460cc88bfeac (patch) | |
| tree | d71f97e21e430ce61e1b748ec30ba7cfb3b7d1d1 /globals.cginc | |
| parent | 6579d30f558908c23889f9e691a5932a49ecdedd (diff) | |
Add basic audiolink to vertex domain warping
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 74aa9ea..2578e3a 100644 --- a/globals.cginc +++ b/globals.cginc @@ -294,6 +294,10 @@ float _Vertex_Domain_Warping_Octaves; float _Vertex_Domain_Warping_Speed;
#endif // _VERTEX_DOMAIN_WARPING
+#if defined(_VERTEX_DOMAIN_WARPING_AUDIOLINK)
+float4 _Vertex_Domain_Warping_Audiolink_VU_Factors;
+#endif // _VERTEX_DOMAIN_WARPING_AUDIOLINK
+
#if defined(_UV_DOMAIN_WARPING)
float _UV_Domain_Warping_Spatial_Strength;
float _UV_Domain_Warping_Spatial_Scale;
|
