Preload the correct model (oops)

This commit is contained in:
2024-07-16 20:01:16 -05:00
committed by GitHub
parent 786c414eb3
commit 00a9bdf698

View File

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