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

Research: VR Support #677

Open
1 task
vanruesc opened this issue Jan 15, 2025 · 0 comments
Open
1 task

Research: VR Support #677

vanruesc opened this issue Jan 15, 2025 · 0 comments
Labels
feature Description for the implementation of a feature vr Virtual Reality

Comments

@vanruesc
Copy link
Member

vanruesc commented Jan 15, 2025

Description

Related: #676

This is a research ticket for gathering information on how to implement VR support in postprocessing.

The rendering workflow in v7 consists of using a RenderPipeline that uses a WebGLRenderer/WebGPURenderer to render individual passes. Three's WebXR support requires the use of WebGLRenderer.setAnimationLoop and it uses a special XR camera for the active XR session. So some parts definitely need to be changed but the actual scope of the changes needs to be specified before VR can be implemented.

Implementation Details

  • TBD

Relevant sources

@vanruesc vanruesc added feature Description for the implementation of a feature vr Virtual Reality labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Description for the implementation of a feature vr Virtual Reality
Projects
None yet
Development

No branches or pull requests

1 participant