Skip to content

vive-controls only one and hand-controls not working on 0.9.0? #4013

@smeybi

Description

@smeybi

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions