【发布时间】:2021-01-31 11:46:31
【问题描述】:
我的代码是这样的 my full coding screenshot
<a-scene embedded arjs='sourceType: webcam; debugUIEnabled: false;'>
<a-gltf-model src="/website/models/pixel_art_mouse_cursor/scene.gltf" position='0 0 -8' scale='0.5 0.5 0.5'>
</a-gltf-model>
</a-scene>
我在这里下载这个 gltf 模型 https://sketchfab.com/3d-models/pixel-art-mouse-cursor-7cc4bad913b74b48b86d8d05e2785b9c 我的控制台无法加载它 error screenshot
谢谢
【问题讨论】:
-
确保您使用本地服务器来提供文件。浏览器无权访问本地文件系统aframe.io/docs/1.0.0/introduction/…
标签: augmented-reality aframe gltf ar.js