Threex.chromakey
Threex.chromakey copied to clipboard
A ThreeJS extension for live "Green Screening" of video
Hi, I am using threejs as module. ` import * as THREE from '../lib/three.module.min.js'; import { DeviceOrientationControls } from '../lib/DeviceOrientationControls.min.js'; import { OrbitControls } from '../lib/OrbitControls.min.js'; ` How can I...
opacity
Hello, First of all I would like to say thank you, this is super helpful for what I am working on. I have one question though -- I want to...
Fix shader on WebGL2: ` uniform float percent; uniform float keyR; uniform float keyG; uniform float keyB; uniform sampler2D texture1; varying vec2 vUv; void main() { vec4 FragColor = texture2D(...