mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-13 17:24:00 +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 ) => {
|
] as TypeScriptSucks ).map( ( [ color, pos, isSpot ], i ) => {
|
||||||
const light = new LightEntity( {
|
const light = new LightEntity( {
|
||||||
scenes,
|
scenes,
|
||||||
shadowMapFov: isSpot ? 10.0 : 50.0,
|
shadowMapFov: isSpot ? 15.0 : 50.0,
|
||||||
shadowMapNear: 0.5,
|
shadowMapNear: 0.5,
|
||||||
shadowMapFar: 20.0,
|
shadowMapFar: 20.0,
|
||||||
shadowMapSize: isSpot ? 64 : 256,
|
shadowMapSize: isSpot ? 64 : 256,
|
||||||
|
Reference in New Issue
Block a user