diff --git a/public/script.js b/public/script.js index 3788ceb..b4fecff 100755 --- a/public/script.js +++ b/public/script.js @@ -135,8 +135,8 @@ window.addEventListener("resize", onWindowResize); let controls = new OrbitControls(camera, labelRenderer.domElement); controls.enablePan = false; -controls.minDistance = 8; -controls.maxDistance = 12; +controls.minDistance = 10; +controls.maxDistance = 14; controls.enableDamping = true; controls.autoRotate = false; @@ -179,7 +179,7 @@ let g = new THREE.BufferGeometry().setFromPoints(pts); g.setAttribute("color", new THREE.Float32BufferAttribute(clr, 3)); g.setAttribute("uv", new THREE.Float32BufferAttribute(uvs, 2)); let m = new THREE.PointsMaterial({ - size: 0.16, + size: 0.17, vertexColors: false, color: new THREE.Color(0x743c2f), onBeforeCompile: (shader) => {