aesthetics: wider spot lights

This commit is contained in:
FMS-Cat
2021-03-29 23:15:11 +09:00
parent 0cb451b62c
commit b923c93f3f

View File

@@ -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,