SFraissTU / BA_PointCloud

PointCloud-BachelorThesis
BSD 2-Clause "Simplified" License
185 stars 42 forks source link

VR Stereo Rendering #41

Closed EphTron closed 2 years ago

EphTron commented 2 years ago

I ran into the problem of only seeing the point cloud on my left eye.

When using OpenXR or Oculus SDK make sure to set your Render Mode in the XR Project Settings from "Single Pass" to "Multi Pass". Now it works like a charm!

I guess a short hint in the Getting Started or FAQ VR section might help some beginners. Great plugin!

SFraissTU commented 2 years ago

Thanks! I added your suggestion to the readme!