From 5fa1c0ec5b2b59db3858a7dfe9f4001eeeff8cc9 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 23 Feb 2026 20:20:31 -0800 Subject: Add ambient occlusion & normal filtering --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 3cf46e0..9291f05 100755 --- a/features.cginc +++ b/features.cginc @@ -15,6 +15,10 @@ #pragma shader_feature_local _TESSELLATION_HEIGHTMAP_DIRECTION_CONTROL //endex +//ifex _Ambient_Occlusion_Enabled==0 +#pragma shader_feature_local _AMBIENT_OCCLUSION +//endex + //ifex _Clearcoat_Enabled==0 #pragma shader_feature_local _CLEARCOAT //endex -- cgit v1.2.3