Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 490 Bytes

#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

#install

npm install aframe-html