WebVR-Extension icon indicating copy to clipboard operation
WebVR-Extension copied to clipboard

Add support for controllers via Gamepad API

Open spite opened this issue 8 years ago • 0 comments

  • 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.

spite avatar Sep 13 '16 11:09 spite