diff --git a/src/web/templates/index.html b/src/web/templates/index.html index c03473a..e15c7a2 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -285,13 +285,13 @@
@@ -302,6 +302,7 @@ @@ -469,7 +469,7 @@ function initCourtScene() { courtScene.background = new THREE.Color(0x0a0a1a); courtCamera = new THREE.PerspectiveCamera(50, w / h, 0.1, 100); - courtCamera.position.set(7.7, 3.05, 1); + courtCamera.position.set(6.7, -6, 10); courtCamera.lookAt(6.7, 3.05, 0); courtRenderer = new THREE.WebGLRenderer({ antialias: true }); @@ -542,7 +542,7 @@ function initTrajectoryScene() { trajScene.background = new THREE.Color(0x0a0a1a); trajCamera = new THREE.PerspectiveCamera(50, w / h, 0.1, 100); - trajCamera.position.set(7.7, 3.05, 1); + trajCamera.position.set(6.7, -6, 10); trajCamera.lookAt(6.7, 3.05, 0); trajRenderer = new THREE.WebGLRenderer({ antialias: true });