summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-11-01 16:25:42 -0700
committeryum <yum.food.vr@gmail.com>2025-11-01 16:25:42 -0700
commitea09e3e5425d935ed9dd277c0f1a7488033d2ede (patch)
tree8b2009c59409cde4f8e00c96e4ff1536359b9d9f /globals.cginc
parent195df414b5310dec05d509dcc7d91b786419e360 (diff)
add l2 -> l infinity norm deformation
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 f671b73..6513c32 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -70,6 +70,10 @@ float _Vertex_Deformation_XZ_Tube_t;
float _Vertex_Deformation_YZ_Tube_t;
#endif // _VERTEX_DEFORMATION_YZ_TUBE
+#if defined(_VERTEX_DEFORMATION_L2_LINF)
+float _Vertex_Deformation_L2_Linf_t;
+#endif // _VERTEX_DEFORMATION_L2_LINF
+
#if defined(_VERTEX_DEFORMATION_SEAL)
float _Vertex_Deformation_Seal_A;
float _Vertex_Deformation_Seal_k;
@@ -118,4 +122,9 @@ float getTime() {
int _Baked_Origins_UV_Channel_Index;
#endif // _RAY_MARCHING_BAKED_ORIGINS
+#if defined(_RAY_MARCHING_BALL_GRID)
+float _Ray_Marching_Ball_Grid_Radius;
+float _Ray_Marching_Ball_Grid_Count;
+#endif // _RAY_MARCHING_BALL_GRID
+
#endif // __GLOBALS_INC