diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-04 21:50:42 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-04 21:50:42 -0800 |
| commit | 672a7acca1f0401de7ac0ac94d3379081fa363e6 (patch) | |
| tree | 1fed9ab4791de35d9fdc69bdff437fea2223349e /globals.cginc | |
| parent | ac78ce59232f698dfd721b0048336cd346612613 (diff) | |
begin work on marching in vert/domain shaders (NOT WORKING)
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index c2b38cb..5f8f684 100644 --- a/globals.cginc +++ b/globals.cginc @@ -167,6 +167,12 @@ float _Ray_Marching_Hex_Grid_Radius; float _Ray_Marching_Hex_Grid_Count; #endif // _RAY_MARCHING_HEX_GRID +#if defined(_RAY_MARCHING_SCALING) +float _Ray_Marching_Scaling_Factor_X; +float _Ray_Marching_Scaling_Factor_Y; +float _Ray_Marching_Scaling_Factor_Z; +#endif // _RAY_MARCHING_SCALING + #if defined(_RAY_MARCHING_BALL_GRID) float _Ray_Marching_Ball_Grid_Radius; float _Ray_Marching_Ball_Grid_Count_X; |
