Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update
  • Loading branch information
takuma-hmng8 committed Feb 11, 2025
commit 9df131a87e809dfee2d3050a81e80ee40be7d5ce
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@funtech-inc/handshake": "^0.0.11",
"@funtech-inc/handshake": "^0.0.12",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.14",
"react": "^18.3.1",
Expand Down
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import { Canvas, useFrame, useThree } from "@react-three/fiber";
import { useTexture } from "@react-three/drei";

const Scene = () => {
// const momo = useVideoTexture(
// "https://player.vimeo.com/progressive_redirect/playback/996469408/rendition/1080p/file.mp4?loc=external&log_user=0&signature=d3caef5daa7dfd5d0f8d973632cf013a4bab227ba02d7bde631d17ec515c21c8"
// );
const [momo] = useTexture(["/momo.jpg"]);
const material = useRef<THREE.ShaderMaterial>(null);
const fitScale = useRef(new THREE.Vector2(1));
Expand Down