diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-20 16:35:51 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-20 16:35:51 -0700 |
| commit | da12f242c6d8da930aa3c2e90fd21a637cd1f195 (patch) | |
| tree | eaf266606ad6bffed657f2a7f2b5953fb199f23f /features.cginc | |
| parent | 2808677625ebec6d9342363ba97af00a9c11bfcd (diff) | |
Add glitter normal map override option
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 4a833b8..5d560a6 100755 --- a/features.cginc +++ b/features.cginc @@ -75,6 +75,8 @@ #pragma shader_feature_local _GLITTER #pragma shader_feature_local _GLITTER_MASK #pragma shader_feature_local _GLITTER_BASE_ROUGHNESS_OVERRIDE +#pragma shader_feature_local _GLITTER_NORMAL_OVERRIDE + //endex //ifex _Vertex_Deformation_Enabled==0 |
