Paid Project: Cube Pano, Depth Map & Image Transition

With a long experience of 11+ years in application development with three.js, this is one of the topics I have focused on. I have collaborated with public agencies for the development of simulations and walkthroughs based on the “Matterport approach” in other areas, and I know the subject in depth.

You can see my collaborations to this topic in this forum in the following links

Having said that, let me comment:

  • The pipeline you mention is well laid out. If you don’t need full views (i.e. Dollhouse view) you don’t even need a 3d model, with the depth maps you have all the data required to calculate the transition.
  • Depending on how you set up the targetPoint, THREE.OrbitControls might not be the best behavior for user interaction, since there are better ways to look around without moving the camera position.
  • The logic behind using requestAnimationFrame could be made more efficient to avoid running when there is no user interaction, thus improving performance.
  • So far, what kind of problems do you still have? what kind of errors does the console throw ?

Feel free to DM
Best