From d0c27e80cefa593641f3525ef23e7fc5631b136b Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 24 Jan 2026 16:54:26 -0800 Subject: Add anisotropic reflections --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index ab45306..12a89a0 100644 --- a/features.cginc +++ b/features.cginc @@ -63,6 +63,10 @@ #pragma shader_feature_local _CLEARCOAT_GEOMETRIC_NORMALS //endex +//ifex _Anisotropy_Enabled==0 +#pragma shader_feature_local _ANISOTROPY +//endex + //ifex _Metallics_Enabled==0 #pragma shader_feature_local _METALLICS //endex -- cgit v1.2.3