Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/openvr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlex Hopmann <alexhop@valvesoftware.com>2016-02-27 05:44:24 +0300
committerAlex Hopmann <alexhop@valvesoftware.com>2016-02-27 05:44:24 +0300
commit6f671fc80947dbccc4a9d27bd1b89d6038d94637 (patch)
tree31f5dbac09a08b73a782a7bca1ced847f58e715b /lib
parentc174bafe1e3d150ff44d23209f89e312bda93189 (diff)
OpenVR SDK 0.9.17:v0.9.17
General: * Added events for application to temporarily hide and re-show render models (VREvent_HideRenderModels, VREvent_ShowRenderModels). * Added VREvent_KeyboardDone which is sent when DONE button clicked on keyboard. * There is a change to how the openvr.h manages talking to the openvr_api.dll. We now have inline functions that acquire the interface pointers so when you build you will get the correct interface pointer even if the underlying openvr_api.dll is newer than the one you built against. This will enable environments where multiple codebases need to coexist in the same process such as some game engines. IVRApplications: Compositor: * Added new error code for detecting non-D3D11 class hardware (VRInitError_Compositor_D3D11HardwareRequired). * New interface for individually getting last tracked device poses returned by WaitGetPoses (GetLastPoseForTrackedDeviceIndex). * New API used to determine if the current app should render using lower resources (ShouldAppRenderWithLowResources). Typically this will return true when the dashboard is showing but other scenarios could result in this behavior also. Settings: * New speaker related settings (usingSpeakers, speakersForwardYawOffsetDegrees). [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 3321024]
Diffstat (limited to 'lib')
-rwxr-xr-xlib/linux64/libopenvr_api.sobin3180173 -> 3174910 bytes
-rw-r--r--lib/osx32/libopenvr_api.dylibbin372812 -> 385124 bytes
-rw-r--r--lib/win32/openvr_api.libbin83434 -> 82042 bytes
-rw-r--r--lib/win64/openvr_api.libbin82114 -> 80824 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/lib/linux64/libopenvr_api.so b/lib/linux64/libopenvr_api.so
index e04b65e..d4a4ecb 100755
--- a/lib/linux64/libopenvr_api.so
+++ b/lib/linux64/libopenvr_api.so
Binary files differ
diff --git a/lib/osx32/libopenvr_api.dylib b/lib/osx32/libopenvr_api.dylib
index ddccc13..5138526 100644
--- a/lib/osx32/libopenvr_api.dylib
+++ b/lib/osx32/libopenvr_api.dylib
Binary files differ
diff --git a/lib/win32/openvr_api.lib b/lib/win32/openvr_api.lib
index 5110ef1..df871e3 100644
--- a/lib/win32/openvr_api.lib
+++ b/lib/win32/openvr_api.lib
Binary files differ
diff --git a/lib/win64/openvr_api.lib b/lib/win64/openvr_api.lib
index be1ab21..2682232 100644
--- a/lib/win64/openvr_api.lib
+++ b/lib/win64/openvr_api.lib
Binary files differ