This commit is contained in:
Tanner Sommers 2024-10-11 19:26:14 -05:00
commit 87f0d90d98

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);