aframe-html icon indicating copy to clipboard operation
aframe-html copied to clipboard

A aframe component for rendering and interacting with html in VR

#aframe-html

This is a component for easily adding HTML as a material to your 3d objects in aframe VR.

html in vr

Features

  • Load content from a url (note: you'll be restricted by what urls you use unless you use CORS or proxy)
  • Modify content directly
  • Simulate mouse events ("mousedown","mouseup","mousemove","click")

Notes

  • Check for other restrictions at http://cburgmer.github.io/rasterizeHTML.js/

#install

npm install aframe-html