Skip to content
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

OpenXR - Enable user to switch between topdown and fps camera #17098

Merged
merged 1 commit into from
Mar 12, 2023
Merged

OpenXR - Enable user to switch between topdown and fps camera #17098

merged 1 commit into from
Mar 12, 2023

Conversation

lvonasek
Copy link
Contributor

This is a feature which the 2016 version of PPSSPP VR has and users were asking for that:
https://www.youtube.com/watch?v=gDrqVlCrlTs

@hrydgard
Copy link
Owner

That's an interesting trick, didn't know it had that. Just curious, how's game compatibility with this?

@hrydgard hrydgard added the VR OpenXR VR support label Mar 12, 2023
@hrydgard hrydgard added this to the v1.15.0 milestone Mar 12, 2023
@lvonasek
Copy link
Contributor Author

It is basically just rotating the camera by 90 degrees. Users need to use the camera adjust feature to fit the camera view.

To sum up the game compatibility, it is any game where:
" has world unit scale defined or not extremely off

  • game camera doesn't change the view too much
  • culling is somehow acceptable
  • geometry isn't 2D or missing

@hrydgard
Copy link
Owner

Hehe, alright. Users are already presumably aware that running PSP games in VR has some limitations..

@hrydgard hrydgard merged commit 3feaa78 into hrydgard:master Mar 12, 2023
@lvonasek
Copy link
Contributor Author

Yeah, this feature is under VR settings group "Experts only".

@lvonasek lvonasek deleted the feature_openxr_pitch_offset branch March 12, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VR OpenXR VR support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants