Skip to content

Commit 65b9ad7

Browse files
authored
Merge pull request #80 from FunTechInc/dev
compressed video
2 parents 4e13c7f + c68c642 commit 65b9ad7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/_home/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const Playground = ({
9090
}) => {
9191
const ref = useRef<FxMaterialProps>();
9292
const { size, viewport } = useThree();
93-
const funkun = useVideoTexture("/FT_Ch02.mp4");
93+
const funkun = useVideoTexture("/FT_Ch02-comp.mp4");
9494

9595
const [updateNoise, setNoise, { output: noise }] = useNoise({
9696
size,

public/FT_Ch02-comp.mp4

1.98 MB
Binary file not shown.

0 commit comments

Comments
 (0)