I am currently working on developing a custom VR panorama viewer using THREE.js. So far, I have successfully created:
- 2 scenes,
- 2 materials and meshes (with different images loaded for the left and right eyes),
- a renderer with scissors (using 2 perspective cameras).
The current result of my work can be seen here: https://i.sstatic.net/kNf0c.jpg
While everything seems to be working well, I would like to enhance the experience by adding a "black VR cardboard frame" to both cameras. Although I'm not exactly sure what this effect is called, here is an example of what I aim to achieve:
https://i.sstatic.net/sDb4I.jpg
If anyone could provide me with some tips or guidance on how to implement this effect, it would be greatly appreciated.