From b923c93f3f75cf2ca67a66ce6e83085f836ed626 Mon Sep 17 00:00:00 2001 From: FMS-Cat Date: Mon, 29 Mar 2021 23:15:11 +0900 Subject: [PATCH] aesthetics: wider spot lights --- src/entities/LightsPink.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/LightsPink.ts b/src/entities/LightsPink.ts index b45c3d2..7953eed 100644 --- a/src/entities/LightsPink.ts +++ b/src/entities/LightsPink.ts @@ -26,7 +26,7 @@ export class LightsPink extends Entity { ] as TypeScriptSucks ).map( ( [ color, pos, isSpot ], i ) => { const light = new LightEntity( { scenes, - shadowMapFov: isSpot ? 10.0 : 50.0, + shadowMapFov: isSpot ? 15.0 : 50.0, shadowMapNear: 0.5, shadowMapFar: 20.0, shadowMapSize: isSpot ? 64 : 256,