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
@@ -48,15 +49,9 @@ impl From<AutoSizeUnit> for WidgetText {
48
49
}
49
50
50
51
/// TODO(andreas): Should turn this "inside out" - [`SpatialSpaceViewState`] should be used by [`View2DState`]/[`View3DState`], not the other way round.
51
-
#[derive(Clone)]
52
+
#[derive(Clone,Default)]
52
53
pubstructSpatialSpaceViewState{
53
-
/// Estimated bounding box of all data. Accumulated over every time data is displayed.
54
-
///
55
-
/// Specify default explicitly, otherwise it will be a box at 0.0 after deserialization.
56
-
pubscene_bbox_accum:BoundingBox,
57
-
58
-
/// Estimated bounding box of all data for the last scene query.
59
-
pubscene_bbox:BoundingBox,
54
+
pubbounding_boxes:SceneBoundingBoxes,
60
55
61
56
/// Estimated number of primitives last frame. Used to inform some heuristics.
0 commit comments