Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 951 Bytes

EXAMPLES_VR.md

File metadata and controls

21 lines (16 loc) · 951 Bytes

VR Examples

Interaction with Oculus or OpenVR SDKs. Both of these examples use a common base class which runs builds an offscreen renderer to do all the common rendering tasks. It's up to the individual derived class to properly fetch recommended offscreen texture size, as well as the projection and view matrices from the VR API.

Demonstrates using the Oculus SDK with an offscreen Vulkan renderer to create images which are then passed to an the SDK for display on an HMD

Demonstrates using the OpenVR SDK with an offscreen Vulkan renderer to create images which are then passed to an the SDK for display on an HMD