dmarcos / aframe-motion-capture-components

Capture entity motions and replay them on other entities
http://swimminglessonsformodernlife.com/aframe-motion-capture-components/
MIT License
132 stars 31 forks source link

Replaying with Oculus Touch events does not work with A-Frame #26

Closed ngokevin closed 7 years ago

ngokevin commented 7 years ago
  1. Record and press X/Y buttondown/buttonups on Oculus Touch controls.
  2. Replay with no headset plugged in.
  3. A-Frame's checkIfControllerPresent prevents event listeners being added for Oculus Touch since no controller is present.
  4. oculus-touch-controls never fires xbuttondown, ybuttondown.
ngokevin commented 7 years ago

Moved issue to A-Frame https://github.com/aframevr/aframe/issues/2603