Tweak default start-distance

This commit is contained in:
Lukas Rieger (Blue) 2022-08-14 21:48:20 +02:00
parent 58e2d80543
commit 3841f5bfea
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ export class BlueMapApp {
if (map) {
controls.position.set(map.data.startPos.x, 0, map.data.startPos.z);
controls.distance = 500;
controls.distance = 1500;
controls.angle = 0;
controls.rotation = 0;
controls.tilt = 0;