WebVR-Extension
WebVR-Extension copied to clipboard
Add support for controllers via Gamepad API
- Intercept Gamepad API and inject poses from extension
- Add UX/UI to represent controllers, select them, and work with them
Potential solution: https://github.com/spite/WebVR-Extension/issues/4
From work on https://github.com/spite/WebVR-Recorder it might not be trivial to inject into the Gamepad API, since GamepadPose is read-only.