From a2ce1fdcd31017f249b392ca2d60984417db52b0 Mon Sep 17 00:00:00 2001 From: rouce Date: Sun, 15 Oct 2023 04:05:48 -0400 Subject: [PATCH] reduce points and increase point size --- public/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/script.js b/public/script.js index 13ab3fd..3788ceb 100755 --- a/public/script.js +++ b/public/script.js @@ -142,7 +142,7 @@ controls.autoRotate = false; // -let counter = 50000; +let counter = 30000; let rad = 5; let sph = new THREE.Spherical(); @@ -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.14, + size: 0.16, vertexColors: false, color: new THREE.Color(0x743c2f), onBeforeCompile: (shader) => {