I want to create a 360 image view, with Threejs. I've 4 images, 1 is linked in with threejs and the remaining 3 are at the bottom of the page like thumbnails so when I click on the thumbnail the 360 image view should change.
My Codepen, BTW its 360 image is black, its not showing up in codepen, but works fine in localhost. Localhost preview is below. You can see those 3 more images at the bottom.
My localhost image code.
var material = new THREE.MeshBasicMaterial( {
map: new THREE.TextureLoader().load( 'assets/image3.jpg' )
} );
