# OpenVR SDK 1.23.7

IVROverlay:
* Added the ability to specify the pitch angle (in radians) of the overlay before curvature is applied -- to form a fan or disk.  Previously, this used the global pitch angle, which prevented these overlays from being pitched independently (i.e. the cone segment or disk were always and only vertically aligned.  Note: The old behavior will continue to be applied when using the older interface to avoid breaking legacy apps.  Overlay applications which update to this version and were using pitched curved overlays, are now required to call SetOverlayPreCurvePitch explicitly.
* Added WaitFrameSync.  This function will block until the top of each frame, and can therefore be used to synchronize with the runtime's update rate.  Note: In non-async mode, some signals may be dropped due to scene app performance, so passing a timeout of 1000/refresh rate may be useful depending on the overlay app's desired behavior.

IVRRenderModels:
* Added VRRenderModelTextureFormat_RGBA16_FLOAT for loading dds textures.
* Added mipmap support to render model textures.

IVRDriverDirectModeComponent:
* PostPresent now takes throttling parameters.  Drivers which implement this interface can set Prop_SupportsAppThrottling_Bool to enable throttling / prediction UI in per-app video settings.

Driver Interface:
* Added VRInitError_Driver_WirelessHmdNotConnected. A driver can return this error when it expects to connect to an HMD over a wireless link, but has not yet connected. Instead of “HMD Not Found”, the user will be shown a message that encourages them to turn on their wireless headset.

App containers:
* Added VRInitError_Init_NoServerForAppContainer. This error can be returned when VR_Init is called from a process that is running inside an application container on Windows when SteamVR is not running. In this context, SteamVR must be running before the application can start.

[git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 7449484]
28 files changed
tree: 21b774d1aebe53bd75ff68d1498e69545f9fc35e
  1. bin/
  2. codegen/
  3. controller_callouts/
  4. headers/
  5. lib/
  6. samples/
  7. src/
  8. .gitattributes
  9. CMakeLists.txt
  10. LICENSE
  11. README.md
  12. Toolchain-clang.cmake
README.md

OpenVR SDK

OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam.

Documentation

Documentation for the API is available on the GitHub Wiki

More information on OpenVR and SteamVR can be found on http://steamvr.com