turban/photosphere

new THREE.SphereGeometry(100, 20, 20),

Opened this issue · 0 comments

The panorama appears a bit distorted due to the low segment values (20,20).
I changed the line to

new THREE.SphereGeometry(100, 64, 64),

but it doesn´t change anything in the final appearance of the rendered image - why?