aframe-html
v0.0.4
Published
A component rendering and interacting with HTML in VR
Downloads
4
Readme
#aframe-html
This is a component for easily adding HTML as a material to your 3d objects in aframe 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