标签: aframe
我的脚本中包含gltf实体
<a-asset-item id="tree" src="/path/to/tree.gltf"></a-asset-item> <a-entity gltf-model="#tree"></a-entity>
当我使用getAttribute(“ gltf-model”)时,它返回/path/to/tree.gltf。如何使其返回ID而不是目录路径?