How to use a camera’s output as a texture in AFrame

Here is a quick example so you can see what I mean: ^you can move with wasd^ loosely based on this example here. Code here: <script src=”https://aframe.io/releases/0.8.0/aframe.min.js”></script> <script>      AFRAME.registerComponent(‘spectator’,{           ‘schema’: {                canvas: {                     type: ‘string’,…

Deep Dive: How Aframe Is structured

Aframe Is an easy, effective, and free way to program Web VR. It is based on three.js, but it is its own language programmed in a completely different way, though you can still access all the three.js functionality. The beauty of AFrame is you can make a fully interactive VR room compatible with any internet…