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 00544fc commit 414706aCopy full SHA for 414706a
crates/viewer/re_view_spatial/src/view_3d.rs
@@ -4,7 +4,7 @@ use itertools::Itertools as _;
4
use nohash_hasher::IntSet;
5
use re_entity_db::EntityDb;
6
use re_log_types::EntityPath;
7
-use re_tf::{TransformFrameId, query_view_coordinates};
+use re_tf::query_view_coordinates;
8
use re_types::blueprint::archetypes::{Background, EyeControls3D, LineGrid3D, SpatialInformation};
9
use re_types::blueprint::components::Eye3DKind;
10
use re_types::components::{LinearSpeed, Plane3D, Position3D, Vector3D};
0 commit comments