I’m developing an app that showcases a few objects in 3D space. As the users clicks through an interface to preview said objects, I need each object to fill the camera’s frustum. I already figured out how to center the objects in the view but they are too far away / small on screen. Any tips or resources?
Sorry I forgot to mention this is for an orthographic camera display. I will update the thread title… thank you for this but moving an orthographic camera’s position will have no effect on scale of the objects shown.