在我的AR.JS示例https://github.com/ybinstock/aframe_ar (github) https://ybinstock.github.io/aframe_ar(实时网站)上,我在附图中看到了这两个框.
这是我的aframe场景
<a-scene embedded arjs>
<a-assets>
<a-asset-item id="drone" src="busterDrone/busterDrone.gltf"></a-asset-item>
<a-asset-item id="helmet" src="damagedHelmet/damagedHelmet.gltf"></a-asset-item>
<a-asset-item id="skull" src="skull_downloadable/scene.gltf"></a-asset-item>
</a-assets>
<a-marker-camera preset='hiro'>
<a-entity gltf-model-next="#drone"></a-entity>
</a-marker-camera>
</a-scene>
Run Code Online (Sandbox Code Playgroud)