diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-21 15:23:33 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-21 15:23:33 -0700 |
| commit | 40cca6047a1cbaf9f8567aacddf67a877cdc3530 (patch) | |
| tree | a2cea92169804e5697aa975f09312b473667c997 /globals.cginc | |
| parent | 025662ecf79e0df923b2394dea259540c452c4c4 (diff) | |
Add custom cubemap; fix normal filtering; make glitter tint HDR
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
