Currently you have to include three.js even if you don't have 3D elements. ``` html <script src="http://sdk.altvr.com/libs/three.js/r71/build/three.min.js"></script> <script src="http://sdk.altvr.com/libs/altspace.js/latest/altspace.min.js"></script> ``` Ideally you could just include altspace and make use of the firebase connection for interesting 2D applications in VR.
Currently you have to include three.js even if you don't have 3D elements.
Ideally you could just include altspace and make use of the firebase connection for interesting 2D applications in VR.