diff options
| author | yum <yum.food.vr@gmail.com> | 2026-04-12 19:39:39 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-04-12 19:39:39 -0700 |
| commit | 2791567370385c9c8d7a5aeaa64c4588346e1779 (patch) | |
| tree | 4376c9145e38b2e3c547746cf051210f7101c024 /globals.cginc | |
| parent | 4a3c970bf665feafcd6cb211f804e89d44a9085f (diff) | |
add 2d voronoi noise
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 098988e..97b8d1d 100755 --- a/globals.cginc +++ b/globals.cginc @@ -205,6 +205,10 @@ float _Aperiodic_Tiling_Normal_Strength; float _Aperiodic_Tiling_Normal_Thickness; #endif // _APERIODIC_TILING_NORMALS +#if defined(_ZEBRA) +float _Zebra_Scale; +#endif // _ZEBRA + #if defined(_CUSTOM31_WORLD) int _Custom31_World_Ray_March_Steps; float _Custom31_World_Ray_March_Min_Dist; |
