├── .gitignore ├── Configuring ├── HDKBootloader.md ├── HTC-Vive.md ├── LocalAndRemote.md ├── OSVR-Config.md ├── OSVR-RenderManager.md ├── PredictiveTracking.md ├── SensicsTray.md ├── distortion.md ├── images │ ├── Bootloader │ │ ├── ICEConnection.jpg │ │ ├── InterfaceSetting.jpg │ │ └── Programming.jpg │ ├── OSVRControl.png │ ├── chromatic_radial_distortion.png │ ├── cylindrical_screen.png │ ├── determine_canonical.png │ ├── distorted_screen_coords.png │ ├── hdk_puck.jpg │ ├── ideal_lens.png │ ├── image_based_undistort.png │ ├── osvr-config │ │ ├── displays.png │ │ ├── missing-variable.png │ │ ├── plugins.png │ │ ├── render-advanced.png │ │ ├── render-directmode.png │ │ ├── render-preview.png │ │ ├── samples.png │ │ └── tools.png │ ├── overfill.png │ ├── sensicstray │ │ ├── devices.png │ │ ├── play.png │ │ ├── plugins.png │ │ ├── profile.png │ │ ├── server-not-found.png │ │ └── settings.png │ ├── undistorted_screen_coords.png │ ├── undistortion.png │ └── without_lenses.png ├── multiServer.PNG ├── oculus-rift.md ├── osvrhdk.md └── projectionAndViewMatrices.md ├── Developing ├── Creating-an-OSVR-Project.md ├── EpsonMoverio.md ├── OSVRhdk.md ├── Windows-Build-Environment.md ├── boost.md ├── cmake.md ├── creating.md ├── interfaces.md ├── resources.md └── stub.md ├── Extending-OSVR ├── Adding-a-New-Device.md ├── AddingHMD.md ├── ConfiguringHDKViveTracking.md └── Device-Descriptor-Practices.md ├── Getting-Started ├── Configuring │ └── stub.md ├── HDK │ ├── HDK-1.2-Firmware-Update.md │ ├── HDK-Unboxing-and-Getting-Started-ES.md │ ├── HDK-Unboxing-and-Getting-Started.md │ ├── HDK-optics-adjustment.pdf │ ├── HDK-optics-adjustment.png │ ├── HDK11.jpg │ ├── HDK13-ID.jpg │ ├── Video-Based-Tracking-Calibration.md │ ├── camera-context-menu.png │ ├── camera-needs-upgrade.png │ └── ircamera-updater.png ├── Installing │ ├── Linux-Build-Instructions.md │ ├── linux.md │ ├── osx.md │ ├── stub.md │ └── windows.md ├── Running │ └── stub.md └── Troubleshooting │ └── stub.md ├── Installing └── RenderManager.md ├── Integrating-Game-Engines ├── Blender │ └── stub.md ├── CryEngine │ └── ForceOSVR.md ├── Monogame │ └── stub.md ├── OpenGL │ └── stub.md ├── SteamVR │ └── stub.md ├── Unity │ └── stub.md ├── Unreal │ ├── multires.md │ └── stub.md └── WebVR │ ├── WebVRConfig.PNG │ └── webvr.md ├── Introduction ├── Android.md ├── Linux.md └── OSX.md ├── LICENSE ├── README.md ├── Roadmap ├── additional.md └── waffle.md ├── Troubleshooting ├── DeviceSpecific.md ├── FAQ.md ├── OSVRServer.md ├── Razer-Hydra.md ├── RenderManager.md ├── SkewedTracker.md └── images │ ├── bds_command.png │ ├── fixed_tracker.png │ ├── hdk_cubes_1.png │ ├── hdk_cubes_2.png │ └── skewed_tracker.png ├── Utilities ├── AboutScreen.PNG ├── ConnectedDevicesScreen.PNG ├── Control-1.png ├── Control-2.png ├── Control-3.png ├── Control-4.png ├── Control-5.png ├── DevToolsScreen.PNG ├── HDKFirmwareVersions.md ├── HDKUpgradeIRBoardFirmware.md ├── OSVRCentral.md ├── OSVRControl.md ├── ToolsScreen.PNG └── UpdateHDKLinux.md ├── VR-Knowledge-Nuggets ├── README.md ├── displays.md └── tracking.md └── featurelist.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/.gitignore -------------------------------------------------------------------------------- /Configuring/HDKBootloader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/HDKBootloader.md -------------------------------------------------------------------------------- /Configuring/HTC-Vive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/HTC-Vive.md -------------------------------------------------------------------------------- /Configuring/LocalAndRemote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/LocalAndRemote.md -------------------------------------------------------------------------------- /Configuring/OSVR-Config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/OSVR-Config.md -------------------------------------------------------------------------------- /Configuring/OSVR-RenderManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/OSVR-RenderManager.md -------------------------------------------------------------------------------- /Configuring/PredictiveTracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/PredictiveTracking.md -------------------------------------------------------------------------------- /Configuring/SensicsTray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/SensicsTray.md -------------------------------------------------------------------------------- /Configuring/distortion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/distortion.md -------------------------------------------------------------------------------- /Configuring/images/Bootloader/ICEConnection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/Bootloader/ICEConnection.jpg -------------------------------------------------------------------------------- /Configuring/images/Bootloader/InterfaceSetting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/Bootloader/InterfaceSetting.jpg -------------------------------------------------------------------------------- /Configuring/images/Bootloader/Programming.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/Bootloader/Programming.jpg -------------------------------------------------------------------------------- /Configuring/images/OSVRControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/OSVRControl.png -------------------------------------------------------------------------------- /Configuring/images/chromatic_radial_distortion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/chromatic_radial_distortion.png -------------------------------------------------------------------------------- /Configuring/images/cylindrical_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/cylindrical_screen.png -------------------------------------------------------------------------------- /Configuring/images/determine_canonical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/determine_canonical.png -------------------------------------------------------------------------------- /Configuring/images/distorted_screen_coords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/distorted_screen_coords.png -------------------------------------------------------------------------------- /Configuring/images/hdk_puck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/hdk_puck.jpg -------------------------------------------------------------------------------- /Configuring/images/ideal_lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/ideal_lens.png -------------------------------------------------------------------------------- /Configuring/images/image_based_undistort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/image_based_undistort.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/displays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/displays.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/missing-variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/missing-variable.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/plugins.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/render-advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/render-advanced.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/render-directmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/render-directmode.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/render-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/render-preview.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/samples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/samples.png -------------------------------------------------------------------------------- /Configuring/images/osvr-config/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/osvr-config/tools.png -------------------------------------------------------------------------------- /Configuring/images/overfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/overfill.png -------------------------------------------------------------------------------- /Configuring/images/sensicstray/devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/sensicstray/devices.png -------------------------------------------------------------------------------- /Configuring/images/sensicstray/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/sensicstray/play.png -------------------------------------------------------------------------------- /Configuring/images/sensicstray/plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/sensicstray/plugins.png -------------------------------------------------------------------------------- /Configuring/images/sensicstray/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/sensicstray/profile.png -------------------------------------------------------------------------------- /Configuring/images/sensicstray/server-not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/sensicstray/server-not-found.png -------------------------------------------------------------------------------- /Configuring/images/sensicstray/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/sensicstray/settings.png -------------------------------------------------------------------------------- /Configuring/images/undistorted_screen_coords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/undistorted_screen_coords.png -------------------------------------------------------------------------------- /Configuring/images/undistortion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/undistortion.png -------------------------------------------------------------------------------- /Configuring/images/without_lenses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/images/without_lenses.png -------------------------------------------------------------------------------- /Configuring/multiServer.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/multiServer.PNG -------------------------------------------------------------------------------- /Configuring/oculus-rift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/oculus-rift.md -------------------------------------------------------------------------------- /Configuring/osvrhdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/osvrhdk.md -------------------------------------------------------------------------------- /Configuring/projectionAndViewMatrices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Configuring/projectionAndViewMatrices.md -------------------------------------------------------------------------------- /Developing/Creating-an-OSVR-Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/Creating-an-OSVR-Project.md -------------------------------------------------------------------------------- /Developing/EpsonMoverio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/EpsonMoverio.md -------------------------------------------------------------------------------- /Developing/OSVRhdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/OSVRhdk.md -------------------------------------------------------------------------------- /Developing/Windows-Build-Environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/Windows-Build-Environment.md -------------------------------------------------------------------------------- /Developing/boost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/boost.md -------------------------------------------------------------------------------- /Developing/cmake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/cmake.md -------------------------------------------------------------------------------- /Developing/creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/creating.md -------------------------------------------------------------------------------- /Developing/interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/interfaces.md -------------------------------------------------------------------------------- /Developing/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Developing/resources.md -------------------------------------------------------------------------------- /Developing/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Extending-OSVR/Adding-a-New-Device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Extending-OSVR/Adding-a-New-Device.md -------------------------------------------------------------------------------- /Extending-OSVR/AddingHMD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Extending-OSVR/AddingHMD.md -------------------------------------------------------------------------------- /Extending-OSVR/ConfiguringHDKViveTracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Extending-OSVR/ConfiguringHDKViveTracking.md -------------------------------------------------------------------------------- /Extending-OSVR/Device-Descriptor-Practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Extending-OSVR/Device-Descriptor-Practices.md -------------------------------------------------------------------------------- /Getting-Started/Configuring/stub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/Configuring/stub.md -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK-1.2-Firmware-Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK-1.2-Firmware-Update.md -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK-Unboxing-and-Getting-Started-ES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK-Unboxing-and-Getting-Started-ES.md -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK-Unboxing-and-Getting-Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK-Unboxing-and-Getting-Started.md -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK-optics-adjustment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK-optics-adjustment.pdf -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK-optics-adjustment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK-optics-adjustment.png -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK11.jpg -------------------------------------------------------------------------------- /Getting-Started/HDK/HDK13-ID.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/HDK13-ID.jpg -------------------------------------------------------------------------------- /Getting-Started/HDK/Video-Based-Tracking-Calibration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/Video-Based-Tracking-Calibration.md -------------------------------------------------------------------------------- /Getting-Started/HDK/camera-context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/camera-context-menu.png -------------------------------------------------------------------------------- /Getting-Started/HDK/camera-needs-upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/camera-needs-upgrade.png -------------------------------------------------------------------------------- /Getting-Started/HDK/ircamera-updater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/HDK/ircamera-updater.png -------------------------------------------------------------------------------- /Getting-Started/Installing/Linux-Build-Instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/Installing/Linux-Build-Instructions.md -------------------------------------------------------------------------------- /Getting-Started/Installing/linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/Installing/linux.md -------------------------------------------------------------------------------- /Getting-Started/Installing/osx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/Installing/osx.md -------------------------------------------------------------------------------- /Getting-Started/Installing/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Getting-Started/Installing/windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Getting-Started/Installing/windows.md -------------------------------------------------------------------------------- /Getting-Started/Running/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Getting-Started/Troubleshooting/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Installing/RenderManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Installing/RenderManager.md -------------------------------------------------------------------------------- /Integrating-Game-Engines/Blender/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Integrating-Game-Engines/CryEngine/ForceOSVR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Integrating-Game-Engines/CryEngine/ForceOSVR.md -------------------------------------------------------------------------------- /Integrating-Game-Engines/Monogame/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Integrating-Game-Engines/OpenGL/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Integrating-Game-Engines/SteamVR/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Integrating-Game-Engines/Unity/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Integrating-Game-Engines/Unreal/multires.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Integrating-Game-Engines/Unreal/multires.md -------------------------------------------------------------------------------- /Integrating-Game-Engines/Unreal/stub.md: -------------------------------------------------------------------------------- 1 | ## Stub to fill -------------------------------------------------------------------------------- /Integrating-Game-Engines/WebVR/WebVRConfig.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Integrating-Game-Engines/WebVR/WebVRConfig.PNG -------------------------------------------------------------------------------- /Integrating-Game-Engines/WebVR/webvr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Integrating-Game-Engines/WebVR/webvr.md -------------------------------------------------------------------------------- /Introduction/Android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Introduction/Android.md -------------------------------------------------------------------------------- /Introduction/Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Introduction/Linux.md -------------------------------------------------------------------------------- /Introduction/OSX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Introduction/OSX.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/README.md -------------------------------------------------------------------------------- /Roadmap/additional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Roadmap/additional.md -------------------------------------------------------------------------------- /Roadmap/waffle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Roadmap/waffle.md -------------------------------------------------------------------------------- /Troubleshooting/DeviceSpecific.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/DeviceSpecific.md -------------------------------------------------------------------------------- /Troubleshooting/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/FAQ.md -------------------------------------------------------------------------------- /Troubleshooting/OSVRServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/OSVRServer.md -------------------------------------------------------------------------------- /Troubleshooting/Razer-Hydra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/Razer-Hydra.md -------------------------------------------------------------------------------- /Troubleshooting/RenderManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/RenderManager.md -------------------------------------------------------------------------------- /Troubleshooting/SkewedTracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/SkewedTracker.md -------------------------------------------------------------------------------- /Troubleshooting/images/bds_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/images/bds_command.png -------------------------------------------------------------------------------- /Troubleshooting/images/fixed_tracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/images/fixed_tracker.png -------------------------------------------------------------------------------- /Troubleshooting/images/hdk_cubes_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/images/hdk_cubes_1.png -------------------------------------------------------------------------------- /Troubleshooting/images/hdk_cubes_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/images/hdk_cubes_2.png -------------------------------------------------------------------------------- /Troubleshooting/images/skewed_tracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Troubleshooting/images/skewed_tracker.png -------------------------------------------------------------------------------- /Utilities/AboutScreen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/AboutScreen.PNG -------------------------------------------------------------------------------- /Utilities/ConnectedDevicesScreen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/ConnectedDevicesScreen.PNG -------------------------------------------------------------------------------- /Utilities/Control-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/Control-1.png -------------------------------------------------------------------------------- /Utilities/Control-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/Control-2.png -------------------------------------------------------------------------------- /Utilities/Control-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/Control-3.png -------------------------------------------------------------------------------- /Utilities/Control-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/Control-4.png -------------------------------------------------------------------------------- /Utilities/Control-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/Control-5.png -------------------------------------------------------------------------------- /Utilities/DevToolsScreen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/DevToolsScreen.PNG -------------------------------------------------------------------------------- /Utilities/HDKFirmwareVersions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/HDKFirmwareVersions.md -------------------------------------------------------------------------------- /Utilities/HDKUpgradeIRBoardFirmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/HDKUpgradeIRBoardFirmware.md -------------------------------------------------------------------------------- /Utilities/OSVRCentral.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/OSVRCentral.md -------------------------------------------------------------------------------- /Utilities/OSVRControl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/OSVRControl.md -------------------------------------------------------------------------------- /Utilities/ToolsScreen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/ToolsScreen.PNG -------------------------------------------------------------------------------- /Utilities/UpdateHDKLinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/Utilities/UpdateHDKLinux.md -------------------------------------------------------------------------------- /VR-Knowledge-Nuggets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/VR-Knowledge-Nuggets/README.md -------------------------------------------------------------------------------- /VR-Knowledge-Nuggets/displays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/VR-Knowledge-Nuggets/displays.md -------------------------------------------------------------------------------- /VR-Knowledge-Nuggets/tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/VR-Knowledge-Nuggets/tracking.md -------------------------------------------------------------------------------- /featurelist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSVR/OSVR-Docs/HEAD/featurelist.md --------------------------------------------------------------------------------