Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,右下角是一个 Goggles 图标,单击该图标会进入 VR 或全屏(如果没有耳机)。如何隐藏它以便我可以添加自己的 UI,或完全禁用 VR?
您可以禁用该vr-mode-ui组件:
vr-mode-ui
<a-scene vr-mode-ui="enabled: false">
在此处了解有关该vr-mode-ui组件的更多信息。