diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-02 09:19:50 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-02 09:19:50 -0800 |
| commit | 93f27e3a8545fef6ccc293d033e5f422ed821215 (patch) | |
| tree | 0aa80b3bbd40e9fa8c7ffbddeb523df46c90002a /globals.cginc | |
| parent | ea09e3e5425d935ed9dd277c0f1a7488033d2ede (diff) | |
generalize norm conversion code
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 8 |
1 files changed, 5 insertions, 3 deletions
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; |
