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
diff options
context:
space:
mode:
authorJoe Ludwig <joe@valvesoftware.com>2019-07-05 20:35:49 +0300
committerJoe Ludwig <joe@valvesoftware.com>2019-07-05 20:35:49 +0300
commitcdaf2b330c8df58986391b253cd8f04328139823 (patch)
treeb0f424c30e5037312bbcc59c68271cff667267a5 /samples
parent02bc73b9bcfe9cc2d2802bd5fdc91f724de8ef10 (diff)
OpenVR SDK 1.5.17v1.5.17
Properties: * Deprecated Prop_DoNotApplyPrediction_Bool. Drivers should provide poses with zero velocity instead. * Added Prop_DriverProvidedChaperoneVisibility_Bool – Drivers that set Prop_DriverProvidedChaperonePath_String can also set this property to indicate when the driver provided chaperone is visible or not visible. * Added Prop_HmdTrackingStyle_Int32 - Drivers should set this to an EHmdTrackingStyle value to control what message is shown to users when the HMD isn't tracking. Add a per-driver “loadPriority” (higher is earlier loading) to control the order that we check drivers for available HMDs. The default loadPriority is 0. Drivers can set a different default in resources/settings/default.vrsettings. The user can override those settings in their personal steam/config/steamvr.vrsettings file. Drivers with the same priority continue to be loaded in alphabetical order as before. IVRDriverManager interface: * Added IsEnabled, which returns true if the driver is enabled. IVRInput interface: * Added GetActionBindingInfo - This function allows the caller to learn details about exactly how an action is bound, including what input source the binding is for, what mode on that source, and what slot on that mode. For example, a dpad binding to a trackpad would be "/input/trackpad", "dpad", and "north". IVRDebug Interface: * Initial version of IVRDebug, an interface intended to collect SteamVR debugging functionality. It currently provides methods to interact with the VR Profiler and the driver debug interface. * Added EmitVrProfilerEvent - Applications can use this method to emit a discrete event to the VR Profiler. * Added BeginVrProfilerEvent/FinishVrProfilerEvent - Applications can use this pair of functions to create a duration based VR Profiler event. The methods signal the beginning and the end of the event respectively. * Added DriverDebugRequest - Migrated this function from IVRSystem to IVRDebug. [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 5214411]
Diffstat (limited to 'samples')
-rw-r--r--samples/bin/linux64/libopenvr_api.sobin303268 -> 303256 bytes
-rw-r--r--samples/bin/osx32/libopenvr_api.dylibbin155684 -> 155684 bytes
-rw-r--r--samples/bin/win32/openvr_api.dllbin490784 -> 491296 bytes
-rw-r--r--samples/bin/win64/openvr_api.dllbin597792 -> 597792 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/samples/bin/linux64/libopenvr_api.so b/samples/bin/linux64/libopenvr_api.so
index b5db2f0..8d894cf 100644
--- a/samples/bin/linux64/libopenvr_api.so
+++ b/samples/bin/linux64/libopenvr_api.so
Binary files differ
diff --git a/samples/bin/osx32/libopenvr_api.dylib b/samples/bin/osx32/libopenvr_api.dylib
index 8a2df47..aa0ac95 100644
--- a/samples/bin/osx32/libopenvr_api.dylib
+++ b/samples/bin/osx32/libopenvr_api.dylib
Binary files differ
diff --git a/samples/bin/win32/openvr_api.dll b/samples/bin/win32/openvr_api.dll
index 4f5bdf1..9d8ce6e 100644
--- a/samples/bin/win32/openvr_api.dll
+++ b/samples/bin/win32/openvr_api.dll
Binary files differ
diff --git a/samples/bin/win64/openvr_api.dll b/samples/bin/win64/openvr_api.dll
index 3b05986..86f697b 100644
--- a/samples/bin/win64/openvr_api.dll
+++ b/samples/bin/win64/openvr_api.dll
Binary files differ