From 40cca6047a1cbaf9f8567aacddf67a877cdc3530 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 21 Jul 2026 15:23:33 -0700 Subject: Add custom cubemap; fix normal filtering; make glitter tint HDR --- globals.cginc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index efa8670..a51c3af 100755 --- a/globals.cginc +++ b/globals.cginc @@ -31,6 +31,12 @@ float _Metallic; float _Exposure_Occlusion; +#if defined(_CUSTOM_CUBEMAP) +UNITY_DECLARE_TEXCUBE(_Custom_Cubemap); +half4 _Custom_Cubemap_HDR; +float _Custom_Cubemap_Enable_Dynamic; +#endif // _CUSTOM_CUBEMAP + texture2D _DFG_LUT; float _Specular_AA_Variance; float _Specular_AA_Threshold; -- cgit v1.2.3