What is the best way to hide an element using A-Frame?
Do I need to remove the element from the DOM?
The easiest way to hide an element is the visible attribute:
visible
myElement.setAttribute("visible", false)