I am brand new to using three.js
, and I'm struggling to figure out how to create a "zoom all" feature with an OrthographicCamera
. Despite searching through the documentation and online resources, all I could find were solutions for PerspectiveCamera
that involved adjusting the field of view.
My objective is to have all the 3D objects in a scene fit perfectly onto the screen, maximizing their size. Any suggestions on how to accomplish this would be greatly appreciated. Thank you.