From 4880e4125f529496a48269eda545ca006db17646 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 30 Dec 2024 18:31:06 -0800 Subject: Begin adding gimmicks for downstairs map Included changes: * Update LTCGI includes * Add toggle to force world lighting * Unity fucking sucks dick and balls and doesn't set LIGHTMAP_ON consistently * Add some more sdfs for raymarching * Add separate LTCGI lighting mode for avatar vs. world --- oklab.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oklab.cginc') diff --git a/oklab.cginc b/oklab.cginc index 004dbc4..0a354f3 100644 --- a/oklab.cginc +++ b/oklab.cginc @@ -29,7 +29,7 @@ #ifndef __OKLAB_INC #define __OKLAB_INC -#if defined(_OKLAB) || defined(_GIMMICK_LETTER_GRID_COLOR_WAVE) || defined(_GIMMICK_AL_CHROMA_00_HUE_SHIFT) || defined(_GIMMICK_FOG_00) +#if defined(_OKLAB) || defined(_GIMMICK_LETTER_GRID_COLOR_WAVE) || defined(_GIMMICK_AL_CHROMA_00_HUE_SHIFT) || defined(_GIMMICK_FOG_00) || defined(_GIMMICK_DS2) // Utilities relating to the OKLAB color space, as defined here: // https://bottosson.github.io/posts/oklab/ -- cgit v1.2.3