Skip to content

Commit

Permalink
fix matcaps
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Feb 21, 2024
1 parent f379ebf commit 1f80847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/canvas/Material.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MatCap = ({ file }) => {
const [matcap] = useTexture([file])
const group = useRef()
const { nodes } = useGLTF(
'https://market-assets.fra1.cdn.digitaloceanspaces.com/market-assets/models/suzanne-high-poly/model.gltf'
'https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/suzanne-high-poly/model.gltf'
)
return (
<group ref={group} dispose={null}>
Expand Down

0 comments on commit 1f80847

Please sign in to comment.