Skip to content

Commit

Permalink
change main model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-2001-Dhanraj committed Dec 1, 2023
1 parent 6d646de commit 57805c8
Show file tree
Hide file tree
Showing 4 changed files with 949 additions and 5 deletions.
Binary file added src/assets/3d/tower.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/models/Bird.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Bird() {
});

return (
<mesh position={[-5, 2, 1]} scale={[0.003, 0.003, 0.003]} ref={birdRef}>
<mesh position={[-5, -10, 4]} scale={[0.002, 0.002, 0.002]} ref={birdRef}>
<primitive object={scene} />
</mesh>
);
Expand Down
Loading

0 comments on commit 57805c8

Please sign in to comment.