diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-28 16:09:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-28 16:09:34 -0700 |
| commit | 2c9e02770250a3f3e781a2fb22357e0a910a2436 (patch) | |
| tree | 81b97b95878976f7f56703815fc59a0d23f87464 /features.cginc | |
| parent | ac54b32eab582061b961c71efc8cdff28a4fa72e (diff) | |
add rotation to shatterwave
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 807ae84..a74b4f7 100644 --- a/features.cginc +++ b/features.cginc @@ -204,6 +204,10 @@ #pragma shader_feature_local _SHATTER_WAVE_AUDIOLINK //endex +//ifex _Shatter_Wave_Rotation_Enabled==0 +#pragma shader_feature_local _SHATTER_WAVE_ROTATION +//endex + //ifex _Mirror_UVs_In_Mirror_Enabled==0 #pragma shader_feature_local _MIRROR_UVS_IN_MIRROR //endex |
