We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9194d commit b715da1Copy full SHA for b715da1
app/playground/Playground.tsx
@@ -29,7 +29,7 @@ extend({ FxMaterial });
29
export const Playground = () => {
30
const ref = useRef<FxMaterialProps>();
31
32
- const video = useVideoTexture("/tv.mov");
+ const video = useVideoTexture("/glitch.mov");
33
const sample = useTexture("/test.jpg");
34
35
const { size, viewport } = useThree();
@@ -42,10 +42,10 @@ export const Playground = () => {
42
set({
43
texture: video,
44
textureResolution: new THREE.Vector2(1920, 1080),
45
- keyColor: new THREE.Color(0x00ff00),
46
- similarity: 0.5,
47
- spill: 0.2,
48
- smoothness: 0.0,
+ keyColor: new THREE.Color(0x000000),
+ similarity: 0.01,
+ spill: 0.1,
+ smoothness: 0.1,
49
contrast: 1.8,
50
gamma: 0.7,
51
brightness: 0.0,
public/glitch.mov
27.2 MB
0 commit comments