We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d108d commit df274b1Copy full SHA for df274b1
crates/viewer/re_view_spatial/src/ui_3d.rs
@@ -102,9 +102,7 @@ impl View3DState {
102
scene_bbox: &SceneBoundingBoxes,
103
scene_view_coordinates: Option<ViewCoordinates>,
104
) {
105
- // Mark as interaction since we want to stop doing any automatic interpolations,
106
- // even if this is caused by a full reset.
107
- self.last_eye_interaction = Some(Instant::now());
+ self.last_eye_interaction = None;
108
self.interpolate_to_view_eye(default_eye(&scene_bbox.current, scene_view_coordinates));
109
self.tracked_entity = None;
110
self.camera_before_tracked_entity = None;
0 commit comments