diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-30 15:15:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-30 15:15:36 -0700 |
| commit | 4d02ae6522509f534beb5b4889bef47f58d19583 (patch) | |
| tree | c752f5eacc63ffc2de65af11a1d18e59070e03ac /globals.cginc | |
| parent | f009c086daa3f93de4a3d9ede315e6bc5f0e8d9b (diff) | |
Glitter: parameterize neighbor loop iterations
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 88fb663..d3d8958 100755 --- a/globals.cginc +++ b/globals.cginc @@ -156,6 +156,8 @@ int _Details_UV_Channel; float _Glitter_Amount; float _Glitter_Roughness; float3 _Glitter_Tint; +float _Glitter_Spatial_Neighbor_Count; +float _Glitter_Angular_Neighbor_Count; #endif // _GLITTER #if defined(_UV_SCROLL) |
