More camera tweaks (#2473)

* fix camera regressions

* Handle multiple plates
This commit is contained in:
SoftFever 2023-10-21 12:20:30 +08:00 committed by GitHub
parent 0037a5cc2d
commit bbfb9d77fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 5 deletions

View file

@ -786,7 +786,7 @@ public:
void refresh_camera_scene_box();
BoundingBoxf3 volumes_bounding_box() const;
BoundingBoxf3 volumes_bounding_box(bool current_plate_only = false) const;
BoundingBoxf3 scene_bounding_box() const;
BoundingBoxf3 plate_scene_bounding_box(int plate_idx) const;