From 6ac3da1b0bd363d70c2f6e4b7b921f2f929dedac Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 12 Oct 2025 15:00:47 -0700 Subject: add uv scroll, aniso16, and finish tubes --- features.cginc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index d6ba34d..c6786d4 100644 --- a/features.cginc +++ b/features.cginc @@ -30,10 +30,17 @@ //ifex _Custom31_Tubes_Enabled==0 #pragma shader_feature_local _CUSTOM31_TUBES +#pragma shader_feature_local _CUSTOM31_XZ_TUBE +#pragma shader_feature_local _CUSTOM31_YZ_TUBE +#pragma shader_feature_local _CUSTOM31_XY_TUBE //endex //ifex _Unlit==0 #pragma shader_feature_local _UNLIT //endex +//ifex _UV_Scroll_Enabled==0 +#pragma shader_feature_local _UV_SCROLL +//endex + #endif // __FEATURES_INC -- cgit v1.2.3