Skip to content

Commit b715da1

Browse files
author
takuma-hmng8
committed
update
1 parent ed9194d commit b715da1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/playground/Playground.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extend({ FxMaterial });
2929
export const Playground = () => {
3030
const ref = useRef<FxMaterialProps>();
3131

32-
const video = useVideoTexture("/tv.mov");
32+
const video = useVideoTexture("/glitch.mov");
3333
const sample = useTexture("/test.jpg");
3434

3535
const { size, viewport } = useThree();
@@ -42,10 +42,10 @@ export const Playground = () => {
4242
set({
4343
texture: video,
4444
textureResolution: new THREE.Vector2(1920, 1080),
45-
keyColor: new THREE.Color(0x00ff00),
46-
similarity: 0.5,
47-
spill: 0.2,
48-
smoothness: 0.0,
45+
keyColor: new THREE.Color(0x000000),
46+
similarity: 0.01,
47+
spill: 0.1,
48+
smoothness: 0.1,
4949
contrast: 1.8,
5050
gamma: 0.7,
5151
brightness: 0.0,

public/glitch.mov

27.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)