I have a codesandbox setup here to demonstrate and troubleshoot.
I exported a simple 3d model using blender. My goal is to import the model into my React app with react-three-fiber, and have the camera perspective looking directly over the model's face at initial render. However, the imported model defaults to a side-view.
Here is the default perspective I would like:
However, this is the perspective that gets set by default:
Using blender, I set the correct camera position, and exported the .glb file with the camera. However, I'm not sure how to use the exported camera, or if that's even possible.
My goal is to either use the exported camera, or utilize react-three-fiber to setup the camera and perspective I want.
Thanks in advance for any help, I'm new to three.js and 3d modeling in general.

