THREE.js loading modal with model
问题 What I'm currently trying to do is to load main model and then on click event display modal popup window with different model. I'm using raycaster to detect click and everything is working fine, but I'm not able to perform orbit control and raycast on the model that is displayed in the modal. raycast code part: raycaster = new THREE.Raycaster(); renderer.domElement.addEventListener( 'click', raycast, false ); function raycast ( e ) { //1. sets the mouse position with a coordinate system where