Skip to content

Commit b923c93

Browse files
author
FMS-Cat
committed
aesthetics: wider spot lights
1 parent 0cb451b commit b923c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/LightsPink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class LightsPink extends Entity {
2626
] as TypeScriptSucks ).map( ( [ color, pos, isSpot ], i ) => {
2727
const light = new LightEntity( {
2828
scenes,
29-
shadowMapFov: isSpot ? 10.0 : 50.0,
29+
shadowMapFov: isSpot ? 15.0 : 50.0,
3030
shadowMapNear: 0.5,
3131
shadowMapFar: 20.0,
3232
shadowMapSize: isSpot ? 64 : 256,

0 commit comments

Comments
 (0)