mirror of
https://github.com/BlueMap-Minecraft/BlueMapVue.git
synced 2025-01-27 00:11:19 +01:00
Tweak default start-distance
This commit is contained in:
parent
58e2d80543
commit
3841f5bfea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user