Open
Description
Unable to read joints so far using either method:
var joints = evt.detail.data.joints; is showing an error on load: "SyntaxError: missing : after property id" when loading the page, even when inside enter-vr condition, before vr started
Using the other method, joints shows as undefined:
var leftHand = document.getElementById('left-hand');
var joints = leftHand.components["hand-tracking-extras"].joints;
var Wrist = joints.Wrist;'; // Cannot read property 'Wrist' of undefined, still udf even with delay
hand-tracking-extras is showing as registered in the a-frame inspector, and is in place in the hand
Not sure what I'm missing, tried many variations, including setTimeout delays
Also, added close quote to href for script to avoid 404