16

In the bottom right corner, by default, is a Goggles icon that when clicked, enters VR or fullscreen (if no headset). How do I hide this so I can add my own UI, or disable VR altogether?

ngokevin
  • 12,980
  • 2
  • 38
  • 84

1 Answers1

35

You can disable the vr-mode-ui component:

<a-scene vr-mode-ui="enabled: false">

Learn more about the vr-mode-ui component here.

Community
  • 1
  • 1
ngokevin
  • 12,980
  • 2
  • 38
  • 84