Open omnidan opened 8 years ago
Also having issues with latest AFrame Build. It appears to be an issue with line 119,
this.draw.register(this.render.bind(this));
Please make sure you also have the aframe-draw-component in your project, as this component uses the draw component.
works with aframe 0.3.2
@tizzle Adding aframe-draw-component, and ensuring that it was loaded before htmltexture-component worked for me
I'm getting the following error when including this with the latest aframe version:
You can check this out here: http://codepen.io/anon/pen/MyzwVX?editors=1001