Hi, I am using Threejs to stream stereoscopic video to Oculus Rift. I put videos on a sphere geometry. When two eyes are separated, I am able to see sphere as 3D object. I would like to put both left and right cameras at the same position. How can I do that?
I am using the example here. In this example they used THREE.VREffect. But it shows only left eye for me.
I tried the sample. It just create a huge sphere to remove stereo effect but it is still seen. There must be an eye separation setting somewhere, right?