gpt4 book ai didi

javascript - A型框架VR : Image not showing in Chrome

转载 作者:太空宇宙 更新时间:2023-11-04 16:13:54 24 4
gpt4 key购买 nike

编辑:问题是我从自己的硬盘而不是网络服务器运行 HTML 文件。当我把它放在我的网络服务器上并从那里运行时,一切都打开得很好。

A-Frame 版本: 0.4.0、Chrome: 55.0.2883.87、Firefox: 50.1.0、操作系统: Win 10(64 位)。

我是 A-Frame 新手,目前正在尝试不同的元素和实体。当我尝试添加图像实体但只遇到了 blank plane [image] 。然而,在 Firefox 中打开完全相同的 HTML 文件 showed the image [image] 。我已禁用 Chrome 中所有潜在的拦截器(uBlock Origin 等),但图像仍然不显示。

这是我在两个浏览器中运行的 HTML 文件:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Testing A-Frame</title>
<meta name="description" content="Testing A-Frame">
<script src="https://aframe.io/releases/0.4.0/aframe.min.js"></script>
</head>
<body>
<a-scene vr-mode-ui="enabled: true">

<a-assets>
<img id="my-image" src="apple_fruit.png">
</a-assets>

<a-image position="0 1.5 -2" src="#my-image"></a-image>


<a-plane rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>
<a-sky color="#ECECEC"></a-sky>

<a-entity position="0 0 -1">
<a-camera>
<a-cursor></a-cursor>
</a-camera>
</a-entity>

</a-scene>
</body>
</html>

最佳答案

已修复!问题是我从自己的硬盘而不是网络服务器运行 HTML 文件。当我把它放在我的网络服务器上并从那里运行时,一切都打开得很好。

关于javascript - A型框架VR : Image not showing in Chrome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41226377/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com