-
-
Notifications
You must be signed in to change notification settings - Fork 237
OpenVR and OpenXR symmetric and other projection matrix options #196
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
Merged
praydog
merged 23 commits into
praydog:master
from
mrbelowski:open-vr-and-openxr-symmetric-projection
Mar 20, 2024
Merged
Changes from 11 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
57cb0e2
naive symmetric projection for OpenVR
mrbelowski 5f337cf
WIP OpenXR symmetric projection
mrbelowski d75110e
first cut of OpenXR symmetric projection matrices - desparately needs…
mrbelowski d79e5e7
tweak a calculation the looked upside down (but is hard to tell with …
mrbelowski 5738af3
WIP
mrbelowski 8cb868a
more WIP - reworked bounds and FOV calculations to reduce mess; still…
mrbelowski 4d77aa5
wip
mrbelowski 5edfab1
wip
mrbelowski 9d61170
corrected various calculations; added mirrored projections
mrbelowski 57a8b38
add option to grow the render target to accommodate projection croppi…
mrbelowski 6dc0f16
revert commit hash change
mrbelowski 91d8f35
fix memory leak; first part of changes following PR comments
mrbelowski 4a099e2
more tidy up - cache the results of the eye projection and texture bo…
mrbelowski 27a133c
Merge branch 'master' into open-vr-and-openxr-symmetric-projection
mrbelowski 6a837bc
Merge branch 'master' into open-vr-and-openxr-symmetric-projection
mrbelowski 95961a3
only get the eye positions once per framework sync
mrbelowski ea3a631
Merge branch 'open-vr-and-openxr-symmetric-projection' of github.com:…
mrbelowski bfd2c5a
ensure changes to near clipping plane trigger eye matrix derivation; …
mrbelowski ed11d9a
Merge branch 'master' into open-vr-and-openxr-symmetric-projection
mrbelowski 540b526
fix incorrect vertical matched for openVR
mrbelowski 9bbc6f6
Merge branch 'master' into open-vr-and-openxr-symmetric-projection
mrbelowski ec952e0
Merge branch 'master' into open-vr-and-openxr-symmetric-projection
praydog 1a320c6
Remove unused CommitHash.hpp
praydog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| #pragma once | ||
| #define UEVR_COMMIT_HASH "3997108934a41fdbb1c6a6e8ff59d7fcd63362ac" | ||
| #define UEVR_BUILD_DATE "13.02.2024" | ||
| #define UEVR_BUILD_TIME "00:00" | ||
| #define UEVR_COMMIT_HASH "3997108934a41fdbb1c6a6e8ff59d7fcd63362ac" | ||
| #define UEVR_BUILD_DATE "13.02.2024" | ||
| #define UEVR_BUILD_TIME "00:00" |
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.