-
Notifications
You must be signed in to change notification settings - Fork 19
Proposed v1.8 with initial DK2 support #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jeremiah-sypult
wants to merge
40
commits into
phoboslab:master
Choose a base branch
from
jeremiah-sypult:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…S X), and updated Xcode project to build "out of the box". Fixed issue with dyld being unable to locate SDL.framework. Mac OS X 10.4 may no longer be supported. Modified .gitignore to exclude Xcode files.
…in order to debug rendering with out an Oculus VR unit.
Disabled SDL_GetGammaRamp on OS X due to crashes on 10.9 Updated Xcode project and README.md
…of the built-in SDK CAPI and distortion rendering support. Paving the way for Oculus SDK 0.4 and Rift DK2 support.
…, where the eyes were swapped in certain configurations (rift DK2 vs. DK1)...
…ng which LibOVR debug HMD to use, while bugfixing VR initialization failures
… code, tweaked crosshair code
Eliminated some extern cvars from vr_ovr.cpp in favor of passing in the required values in the appropriate function calls.
…xis_debug 1 to see axis numbers printed to console.
- bump version to 1.85 - options VR submenu! set options without console commands - eliminated VR_RenderScene in favor of VR_SetupView to account for position changes - preprocessor #defines for Oculus SDK v0.3 + v0.4 switching to support multiple platforms/SDKs seamlessly and simultaneously - tweaked intermission - bumped host_maxfps default to 240 - miscellaneous cleanup
…rtionRenderer and DistortionShaders. stubbed in an overdrive alternative.
…R 2D drawing, bump version to 1.91
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've updated the Oculus SDK to 0.3.2 (the latest cross-platform version). Since it now provides appropriate distortion rendering based on the different HMDs, the VR code has been simplified and rewritten. I've added some small LibOVR hacks to get the Oculus Rift DK2 to work on OS X. I've also eliminated the well-known black smearing on the DK2. There's some initial joystick/gamepad support, tested with both PS3 and Xbox 360 controllers on OS X. The Xcode project should produce a fully-functioning application bundle/executable in one click. UPDATE: Just got things built with VS2010 Express with a couple small changes. I've updated the SLN to pull in the included LibOVR with the changes I've made to support DK2.