From 93f27e3a8545fef6ccc293d033e5f422ed821215 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 2 Nov 2025 09:19:50 -0800 Subject: generalize norm conversion code --- globals.cginc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 6513c32..92fe8fd 100644 --- a/globals.cginc +++ b/globals.cginc @@ -70,9 +70,11 @@ 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_NORM_CONVERSION) +float _Vertex_Deformation_Norm_Conversion_Input_k; +float _Vertex_Deformation_Norm_Conversion_Output_k; +float _Vertex_Deformation_Norm_Conversion_t; +#endif // _VERTEX_DEFORMATION_NORM_CONVERSION #if defined(_VERTEX_DEFORMATION_SEAL) float _Vertex_Deformation_Seal_A; -- cgit v1.2.3