-
Notifications
You must be signed in to change notification settings - Fork 0
HMD Bridge #28
Copy link
Copy link
Open
Description
lucamazzza
opened on Dec 27, 2025
Issue body actions
- Description: This is the core communication layer between your engine and the VR runtime (OpenXR). It replaces your static "Main Camera" with a dynamic, dual-view system that follows the user's physical head movements.
- Acceptance Criteria:
- The extension must generate two distinct projection matrices based on the headset's physical lens geometry
- The engine's camera position and rotation must update every frame to match the HMD pose data
- The extension must successfully create and provide "Swapchains" that the GPU can render into and then submit to the headset display
- The system must detect if a headset is connected and gracefully fallback to a standard monitor if no HMD is found
Reactions are currently unavailable