Crate re_space_view

Crate re_space_view 

Source
Expand description

Rerun Space View utilities

Types & utilities for defining Space View classes and communicating with the Viewport.

Modules§

controls
external

Structs§

AnnotationSceneContext
HybridLatestAtResults
Wrapper that contains the results of a latest-at query with possible overrides.
HybridResultsChunkIter
The iterator type backing HybridResults::iter_as.

Enums§

HybridResults
ScreenshotMode

Constants§

SIZE_BOOST_IN_POINTS_FOR_LINE_OUTLINES
Gap between lines and their outline.
SIZE_BOOST_IN_POINTS_FOR_POINT_OUTLINES
Gap between points and their outline.

Traits§

DataResultQuery
RangeResultsExt
Extension traits to abstract query result handling for all spatial space views.

Functions§

clamped_or_nothing
Clamp the last value in values in order to reach a length of clamped_len.
diff_component_filter
Utility for implementing re_viewer_context::VisualizerAdditionalApplicabilityFilter using on the properties of a concrete component.
instance_path_hash_from_picking_layer_id
latest_at_with_blueprint_resolved_data
Queries for the given component_names using latest-at semantics with blueprint support.
outline_config
Produce an re_renderer::OutlineConfig based on the egui::Style of the provided egui::Context.
picking_layer_id_from_instance_path_hash
process_annotation_and_keypoint_slices
Resolves all annotations and keypoints for the given entity view.
process_annotation_slices
Resolves all annotations for the given entity view.
process_color_slice
Process Color components using annotations and default colors.
range_with_blueprint_resolved_data
Queries for the given component_names using range semantics with blueprint support.
suggest_space_view_for_each_entity
Spawns a space view for each single entity which is visualizable & indicator-matching for a given visualizer.
view_property_ui
Display the UI for editing all components of a blueprint archetype.