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

Captured controllers do not appear with A-Frame v0.8.0 #39

Closed wmurphyrd closed 6 years ago

wmurphyrd commented 6 years ago

The controllers mocking process relies on the the now-removed 'gamepadconnected' event handler.

wmurphyrd commented 6 years ago

Well, even if I get the controller component to activate, there's still no activity on it in the replay (using the replay example in this repo).

I thought it might be an issue with the old recordings, but I'm not able to record a new one either. I get

aframe-inspector.js:34640 Uncaught TypeError: Cannot read property 'isEntity' of null
    at SceneGraph._this.isVisibleInSceneGraph (aframe-inspector.js:34640)

shortly after starting the countdown from the inspector tool.