You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a ZoomToFit path change, that could binary search to fit some provided boundingbox. This would require that we implement viewing frustum calculations in this package though, which we may or may not want.
where we could pick up the current camera position from the path, and get the boundingbox either via user input or from Makie.boundingbox(plot). It would have to be a 3D rect so maybe we allow ((xmin, ymin, zmin), (xmax, ymax, zmax)) to be the canonical accepted form.
The text was updated successfully, but these errors were encountered:
It would be nice to have a ZoomToFit path change, that could binary search to fit some provided boundingbox. This would require that we implement viewing frustum calculations in this package though, which we may or may not want.
where we could pick up the current camera position from the path, and get the boundingbox either via user input or from
Makie.boundingbox(plot)
. It would have to be a 3D rect so maybe we allow((xmin, ymin, zmin), (xmax, ymax, zmax))
to be the canonical accepted form.The text was updated successfully, but these errors were encountered: