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.
右下隅には、デフォルトでゴーグル アイコンがあり、クリックすると VR または全画面表示になります (ヘッドセットがない場合)。これを非表示にして独自の UI を追加したり、VR を完全に無効にしたりするにはどうすればよいですか?
vr-mode-uiコンポーネントを無効にすることができます:
vr-mode-ui
<a-scene vr-mode-ui="enabled: false">
vr-mode-uiコンポーネントの詳細については、こちらをご覧ください。