aframe
aframe copied to clipboard
Example with custom shader (Camera green-screen effect)
Description: Added another example on how to make green-screen effect for camera input using a custom shader instead of a canvas. Completely in AFrame, no new material is defined using Three.js. This method might be faster than the canvas method committed previously. I haven't compare them however.
Changes proposed:
- 1 more example for custom shader with mycamera video texture.