How can I ensure that the lines of the first extremity align exactly with the lines on the second extremity, even though the radius is the same for both? And what steps do I need to take to achieve this alignment?
camera = new THREE.PerspectiveCamera(45, 600 / 500, 0.1, 10000);
camera.position.set(0, 0, 700);