Hi
Probably issue with Vive-Controller on Aframe 0.9.0 (tested in Firefox 65, 66 and Supermedium, with SteamVR 1.2.10).
_
vive-controls component not works correct. Only one controller is present on the scene. The whole, not just the model.
<a-entity vive-controls="hand: left"></a-entity>
<a-entity vive-controls="hand: right"></a-entity>
_
hand-controls component no longer works.
<a-entity id="leftHand" hand-controls="left"></a-entity>
<a-entity id="rightHand" hand-controls="right"></a-entity>
console error three.js:
THREE.ObjectLoader: You have to import LegacyJSONLoader in order load geometry data of type "Geometry".
TypeError: o is undefined
_
Many thanks!