incrase starter view dist, increase min dist
This commit is contained in:
parent
a2ce1fdcd3
commit
7444027eab
1 changed files with 3 additions and 3 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue