Skip to main content

Questions tagged [virtual-reality]

The tag has no usage guidance.

16 votes
3 answers
2k views

What is "Scanline Racing"

I've heard a lot of people working on VR talk about scanline racing and that it's supposed to help improve latency for motion-to-photon. However, it isn't clear to me how this can be done with OpenGL....
Mokosha's user avatar
  • 1,144
14 votes
3 answers
3k views

VR and frustum culling

When rendering VR ( stereo view ) environments, do you guys recommend just doing 2 frustum checks for determining what is to be drawn during the frustum culling pass or is there some other check that ...
Garry Wallis's user avatar
6 votes
1 answer
474 views

Instanced Stereo Rendering vs. Multiple Command Buffers

Source In this webpage from Nvidia, the author(s) seems to imply that you could create a command buffer for each eye on separate threads. However, I don't see the benefit to this over instanced stereo ...
aces's user avatar
  • 1,353
4 votes
5 answers
1k views

Cloud based VR would be the future?

According to the following assumptions, I think Cloud based VR would be the future: 1) Real world scene rendering needs ray tracing or other complex computing graphics technologies. It needs a lot of ...
Hao Zhang's user avatar
  • 109