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

VR roadmap #925

Open
AndersMalmgren opened this issue Aug 16, 2024 · 1 comment
Open

VR roadmap #925

AndersMalmgren opened this issue Aug 16, 2024 · 1 comment

Comments

@AndersMalmgren
Copy link

Hi, im just checking in on how the state is for VR with PBR textures are coming along.
Cheers

@RobertBeckebans
Copy link
Owner

Well the renderer is working with OpenVR in the mods/samsonvr branch. I actually put a lot of work into it by cleaning up and refactoring the original code. Right now it is a stripped down version that does not use any of the Fully Possessed assets and it lacks motion controller support. It's like OpenVR but for the raw BFG edition and plays well with either gamepad or keyboard + mouse. Renderer wise only TAA is lacking. So the focus so far was to get the iVr class going with DX12/Vulkan instead of OpenGL. Since RBDoom 1.5 got rid of stencil shadows I also made some optimizations and changed the entire renderloop in the backend so shadow maps are only rendered into an atlas for the first eye and can be reused for the lighting by the second eye.

So renderer wise it is concerning OpenVR support almost finished and if we want to have the rest of the features of the original code then it is mainly just merging the game code. However that would cost me approx 2-3 fulltime weeks to encounter unknown issues. I don't know when I can find that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants