argonjs / argon-aframe

glue to use aframe to author argon applications
https://aframe.argonjs.io
MIT License
45 stars 18 forks source link

The "parent" component for the "ar-frame" entity does not recognize uppercase Vuforia database names. #3

Closed jennifer-ma closed 7 years ago

jennifer-ma commented 7 years ago

Code from the vuforia example:

<!-- attach to target. x/y in the plane, z up -->
<ar-frame id="frame" trackvisibility="true" visible="false" parent="vuforia.ar.cover" position="0 0 0" rotation="0 0 0">

We named our vuforia database AR but had an error when we set "parent="vuforia.AR.cover"", but "parent="vuforia.ar.cover"" works.

blairmacintyre commented 7 years ago

This is an aframe/DOM limit. Attribute names are lower case.