mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-05-05 00:14:24 +02:00
move files from godot-openvr plugin to appropriate folder
This commit is contained in:
parent
9ac2b7ec24
commit
2f1bc9d9c1
5 changed files with 0 additions and 37 deletions
9
ovr-utils/addons/godot-openvr/CONTRIBUTORS.md
Normal file
9
ovr-utils/addons/godot-openvr/CONTRIBUTORS.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Contributors
|
||||
============
|
||||
|
||||
This plugin has mostly been developed by [Bastiaan Olij](https://github.com/BastiaanOlij).
|
||||
Special thanks to [Benedikt](https://github.com/beniwtv) for doing all the work on overlay support.
|
||||
|
||||
Other people who have helped out by submitting fixes, enhancements, etc are:
|
||||
- [RMKD](https://github.com/RMKD)
|
||||
- [Bruvzg](https://github.com/bruvzg)
|
40
ovr-utils/addons/godot-openvr/README.md
Normal file
40
ovr-utils/addons/godot-openvr/README.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Godot OpenVR GDNative module
|
||||
This module is provided as is, all files are contained within the addons/godot-openvr-asset folder
|
||||
|
||||
This module requires **Godot 3.1 or newer** to run, **Godot 3.2** is highly recommended.
|
||||
|
||||
The scenes subfolder contains a number of godot scenes that help you set up your project.
|
||||
For basic functionality start with adding ovr_first_person.tcn to your project.
|
||||
Also make sure that vsync is turned off in your project settings.
|
||||
|
||||
Source code for this module can be found here:
|
||||
https://github.com/GodotVR/godot_openvr
|
||||
|
||||
Also note that we have a support asset containing a number of useful scenes to get you going building VR applications in Godot:
|
||||
https://github.com/GodotVR/godot-vr-common
|
||||
|
||||
Documentation on using this asset can be found here:
|
||||
https://github.com/GodotVR/godot-openvr-asset/wiki
|
||||
|
||||
HDR support
|
||||
-----------
|
||||
HDR support was added to OpenVR but requires the keep_3d_linear flag added to Godot 3.2. This will ensure rendering inside of the headset is correct. The preview on screen will look darker. You can solve this by using a separate viewport.
|
||||
|
||||
When using Godot 3.1 you need to either use the GLES2 renderer or turn HDR off on the viewport used to render to the HMD.
|
||||
|
||||
Licensing
|
||||
---------
|
||||
The Godot OpenVR module and the godot scenes in this add on are all supplied under an MIT License.
|
||||
|
||||
The dynamic libraries supplier by Valve fall under Valve's own license.
|
||||
For more information about this license please visit https://github.com/ValveSoftware/openvr
|
||||
|
||||
About this repository
|
||||
---------------------
|
||||
This repository was created by and is maintained by Bastiaan Olij a.k.a. Mux213
|
||||
|
||||
You can follow me on twitter for regular updates here:
|
||||
https://twitter.com/mux213
|
||||
|
||||
Videos about my work with Godot including tutorials on working with VR in Godot can by found on my youtube page:
|
||||
https://www.youtube.com/BastiaanOlij
|
Loading…
Add table
Add a link
Reference in a new issue