summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
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