I use an arc rotate camera in orthographic mode, I have already created a function that adjusts the ortho values to fit the size of the canvas so that the meshes don’t get distorted. You can see that by this PG
I know that is possible to “zoom” on the target by divide the otho values, e.g. with this PG, but i need the zoom factor to be calculated to depend of the mesh size to make the camera fit to it.