aframe-mirror-component icon indicating copy to clipboard operation
aframe-mirror-component copied to clipboard

Update mirror component to work with A-Frame 1.3

Open dandykong opened this issue 2 years ago • 0 comments

There's still a setFromMatrixPosition error that needs to be fixed before merging, hence the draft.

Uncaught TypeError: Cannot read properties of undefined (reading 'setFromMatrixPosition')
    at Group.getWorldPosition (three.js:5961:1)
    at i.tick (aframe-mirror-component.js:100:84)
    at HTMLElement.value (a-scene.js:739:34)
    at HTMLElement.value (a-scene.js:789:36)
    at bind.js:12:17
    at onAnimationFrame (three.js:20001:1)
    at onAnimationFrame (three.js:9460:1)

dandykong avatar Jun 02 '22 02:06 dandykong