mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-11 00:14:31 +02:00
aesthetics: wider spot lights
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user