diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-15 19:09:49 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-15 19:09:49 -0700 |
| commit | a00d67b75318d61c56446ecd90f98ce4c914ebfe (patch) | |
| tree | 031c39e19c0bb547bc0221bb7fdea9a1fede6dc6 /features.cginc | |
| parent | cacacf83fc033f5865703ee8680bd82a00667d21 (diff) | |
Add "kintsugi" effect - 3D voronoi boundary compositing
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 778123b..f67a855 100755 --- a/features.cginc +++ b/features.cginc @@ -14,6 +14,12 @@ #pragma shader_feature_local _MARBLE_TIME //endex +//ifex _Kintsugi_Enabled==0 +#pragma shader_feature_local _KINTSUGI +#pragma shader_feature_local _KINTSUGI_PROCEDURAL +#pragma shader_feature_local _KINTSUGI_NOISE_INVERT +//endex + //ifex _Tessellation_Enabled==0 #pragma shader_feature_local _TESSELLATION #pragma shader_feature_local _TESSELLATION_HEIGHTMAP_WORLD_SPACE |
