aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Example with custom shader (Camera green-screen effect)

Open jimver04 opened this issue 3 years ago • 0 comments

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.

jimver04 avatar Feb 06 '22 10:02 jimver04