Preload the correct model (oops)

This commit is contained in:
Tanner Sommers 2024-07-16 20:01:16 -05:00 committed by GitHub
parent 786c414eb3
commit 00a9bdf698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ export function ShrimpModel(props: JSX.IntrinsicElements['group']) {
); );
} }
useGLTF.preload('/shrimp.glb'); useGLTF.preload('/shrimp_smol.glb');
function CameraHelper() { function CameraHelper() {
const camera = new THREE.PerspectiveCamera(60, 1.77, 1, 3); const camera = new THREE.PerspectiveCamera(60, 1.77, 1, 3);