I’ve managed to get a scene-within-a scene working 90% perfectly - so I have a few questions regarding the remaining 10%.
First off, the scene is here in this fiddle:
https://jsfiddle.net/gilomer88/tcpwez72/147/
My questions are:
- Why is the Cube in the mini-scene all stretched out? It’s supposed to be perfectly symmetrical, but it’s looking more like a rectangle than a cube
- OrbitControls isn’t working in my mini-scene - I can’t spin the cube or zoom in and out of the scene - why?
- I’ve noticed it often requires a double-tap - or several taps on the cubes in the main-scene before the raycaster catches the tap event and passes it onto the mini-scene; why is that?
- The cube in the mini-scene is supposed to be spinning - see Line # 263 in the animate function - but it’s not. How come?