aframe-draw-component | HTML5 canvas component for AFrame VR | Canvas library
kandi X-RAY | aframe-draw-component Summary
kandi X-RAY | aframe-draw-component Summary
HTML5 canvas as a material for an A-Frame VR entity. Fully extendable with components which utilize the canvas api.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aframe-draw-component
aframe-draw-component Key Features
aframe-draw-component Examples and Code Snippets
Community Discussions
Trending Discussions on aframe-draw-component
QUESTION
I'm using aframe 0.7.0 version with aframe-draw-component
https://codepen.io/sky790312/pen/VVvNWJ
It works fine to draw on the a-sky element. But aframe 0.7.0 version has gyroscope bug in the mobile device. https://github.com/aframevr/aframe/issues/3565
So I update aframe to 0.8.2 version. But it can't work now. (change the codepen aframe version, you will see.)
But if I put the acanvas
to "a-plane" element, it works fine. (It just can't work on "a-sky").
Is there any idea about aframe draw component with the new aframe version !?
...ANSWER
Answered 2018-Nov-11 at 12:34It's working properly (try it with an a-box
), the a-sky
just has it's side flipped.
Since you're overriding the material, setting material="side: both"
isn't working.
You need to set the THREE material.side property in your component, the most simple way being:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aframe-draw-component
These are only needed for writing your own components which utilize draw.
Text Wrap - full text wrapping
HTML Texture - render html as a texture (!!!)
Thanks to ngokevin and RangerMauve for their help.
As this is meant to be an extendable component, PR's to the readme are welcome.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page