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/bin
diff options
context:
space:
mode:
authorJoe Ludwig <joe@valvesoftware.com>2016-05-24 03:36:52 +0300
committerJoe Ludwig <joe@valvesoftware.com>2016-05-24 03:36:52 +0300
commit35e6fd3e256698df7ec4ac652c50fdb4fd338846 (patch)
treef4aa7081ad63e59f1ec842cb54a8dc19a4c6531f /bin
parent01e9d9a99f9d2230854b960846be8056e6cd9f96 (diff)
SDK Release 0.9.21:
IVRApplications: * Added VREvent_ApplicationListUpdated event. This is sent whenever an application manifest is added, removed, or updated. IVRRenderModels: * Added VREvent_ModelSkinSettingsHaveChanged event. This is sent when the user has selected a new controller or base station/camera replacement model. If your application uses the IVRRenderModel interface to load the user's actual controllers it should reload them after receiving this event. * Added GetRenderModelOriginalPath function. This returns the non-overridden full path to the render model so controller/base station/camera skinning can be avoided if the application requires it. * Added GetRenderModelThumbnailURL function. This returns a URL (usually to a file) for a 4x3 aspect ratio thumbnail image that can be used to preview the render model. * Added GetRenderModelErrorNameFromEnum so applications don't need to provide their own lookup table to interpret these errors. IVRCompositor: * Added cumulative stats tracked per-application and associated accessor. * Added interface to access the mirror textures (per-eye). This is the undistorted view with chaperone and overlays (e.g. dashboard) drawn on top. * Added preliminary support for screenshots. This interface is not stable yet and should be ignored for now. IVRTrackedCamera: * Exposed the initial version. Provides developers access to poll streaming frames from the HMD front facing camera with the associated tracked HMD pose. The image is available as either a pre-corrected distorted view or corrected undistorted view. Added a thin Qt example for getting and showing the camera image/pose. IVROverlay: * Added interface to get size of a texture used by an overlay. This is useful when setting the overlay texture by filename. * Added ability to render side-by-side stereo content and panoramas. Driver Interface: * IVRCameraComponent is still in a development phase. * Added provider method GetInterfaceVersions. This contains all the version numbers of the other interfaces in the driver. Drivers should return vr::k_InterfaceVersions from the version of openvr_driver.h that they were compiled against. * GetTrackedDeviceDriver and FindTrackedDeviceDriver no longer take an interface version. The caller will expect the version of the interface returned in GetInterfaceVesions() HelloVR sample: * Fixed compile error around glDebugMessageCallback that could happen with certain versions of the OpenGL headers. * Fixed compile error from LoadRenderModel->LoadRenderModel_Async name change. * Fixed compile error from LoadTexture->LoadTexture_Async name change. [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 3465769]
Diffstat (limited to 'bin')
-rwxr-xr-xbin/linux64/libopenvr_api.sobin379046 -> 383497 bytes
-rwxr-xr-xbin/linux64/libopenvr_api.so.dbgbin3102777 -> 3119996 bytes
-rwxr-xr-xbin/osx32/libopenvr_api.dylibbin299932 -> 299972 bytes
-rw-r--r--bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylibbin2185515 -> 2193362 bytes
-rw-r--r--bin/win32/openvr_api.dllbin265024 -> 265024 bytes
-rw-r--r--bin/win32/openvr_api.pdbbin4444160 -> 4575232 bytes
-rw-r--r--bin/win64/openvr_api.dllbin311104 -> 311104 bytes
-rw-r--r--bin/win64/openvr_api.pdbbin4214784 -> 4337664 bytes
8 files changed, 0 insertions, 0 deletions
diff --git a/bin/linux64/libopenvr_api.so b/bin/linux64/libopenvr_api.so
index 9c025e0..80afcab 100755
--- a/bin/linux64/libopenvr_api.so
+++ b/bin/linux64/libopenvr_api.so
Binary files differ
diff --git a/bin/linux64/libopenvr_api.so.dbg b/bin/linux64/libopenvr_api.so.dbg
index 6eccdea..19081c5 100755
--- a/bin/linux64/libopenvr_api.so.dbg
+++ b/bin/linux64/libopenvr_api.so.dbg
Binary files differ
diff --git a/bin/osx32/libopenvr_api.dylib b/bin/osx32/libopenvr_api.dylib
index fee69b1..a22d3f0 100755
--- a/bin/osx32/libopenvr_api.dylib
+++ b/bin/osx32/libopenvr_api.dylib
Binary files differ
diff --git a/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib b/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib
index 34a1752..9c14f65 100644
--- a/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib
+++ b/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib
Binary files differ
diff --git a/bin/win32/openvr_api.dll b/bin/win32/openvr_api.dll
index 15e2988..d908e09 100644
--- a/bin/win32/openvr_api.dll
+++ b/bin/win32/openvr_api.dll
Binary files differ
diff --git a/bin/win32/openvr_api.pdb b/bin/win32/openvr_api.pdb
index ec2ccf1..2675402 100644
--- a/bin/win32/openvr_api.pdb
+++ b/bin/win32/openvr_api.pdb
Binary files differ
diff --git a/bin/win64/openvr_api.dll b/bin/win64/openvr_api.dll
index 6d773c7..904723c 100644
--- a/bin/win64/openvr_api.dll
+++ b/bin/win64/openvr_api.dll
Binary files differ
diff --git a/bin/win64/openvr_api.pdb b/bin/win64/openvr_api.pdb
index 2a38515..01e7b4d 100644
--- a/bin/win64/openvr_api.pdb
+++ b/bin/win64/openvr_api.pdb
Binary files differ