diff --git a/server/controllerTracking.js b/server/controllerTracking.js index efc0680..fd90f8b 100644 --- a/server/controllerTracking.js +++ b/server/controllerTracking.js @@ -21,7 +21,7 @@ class ControllerTracking { setInterval(() => { scope.send(scope); - }, 8); + }, 3); }; send(scope) { diff --git a/src/peer.js b/src/peer.js index 41a3a09..a4e5b8f 100644 --- a/src/peer.js +++ b/src/peer.js @@ -7,7 +7,7 @@ class PeerManager { this.root = root; var scope = this; - this.cameraScale = 0.18; + this.cameraScale = 0.315; this.started = false;