Skip to content

Commit

Permalink
add gallery example
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 22, 2024
1 parent 41b9bc2 commit 021ba03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/public/assets/examples/gallery.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/pages/Gallery3D/components/gallery/Scene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { RigidBody } from '@react-three/rapier';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';

export const SceneRoom = () => {
const gltf = useLoader(GLTFLoader, '/assets/3d/vegetable_gallery.glb');
const gltf = useLoader(GLTFLoader, '/assets/examples/gallery.glb');

return (
<group>
Expand Down

0 comments on commit 021ba03

Please sign in to comment.