hide-on-enter-ar
NOTE: This version of the documentation tracks unstable development happening on A-Frame’s
master
branch. If you wish to try it out, grab the unstable build. Otherwise, head to the documentation for the current 1.6.0 version
When the user enters AR this component will hide the component by toggling it’s visible
state.
This is used to hide background elements such as floors, sky boxes, environments and other large elements. Letting the user comfortably fit the remaining visible elements into their physical space.
You can also use this to disable scene lighting if you will be using lighting estimation instead.
Example
<a-light hide-on-enter-ar></a-light> |
Properties
None
Events
None