我正在尝试使用模型查看器在网站上加载 glTF 模型。该模型托管在 google drive 和 Dropbox 上,但两个链接都没有加载模型。加载栏出现然后空白。但是该模型在 glTF 在线预览器工具上加载良好。有谁知道可能是什么问题?这是示例:
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"></script>
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
<model-viewer src="https://www.dropbox.com/s/2c6vj30g9rl4olh/out.gltf"></model-viewer>