aframe-draw-component icon indicating copy to clipboard operation
aframe-draw-component copied to clipboard

HTML5 canvas component for AFrame VR.

Results 4 aframe-draw-component issues
Sort by recently updated
recently updated
newest added

Hi, Great component.. thanks. I've picked this up from en existing project and I'm trying to enable updating an element, This component is working the first time, but after I...

I want to do it by es6 import: ``` import 'aframe' import 'aframe-draw-component' ``` but I fount that It didn't add draw in AFRAME components. How to import it and...

1. add double side 2. add texture can flip by reverse variable = true

Hi, The components works perfectly if using aframe-core, as you have in your package `"aframe-core": "0.1.2",` but the with the latest aframe branch `"aframe": "aframevr/aframe#dev" ` The canvas is not...