Expand description
Rerun View utilities
Types & utilities for defining View classes and communicating with the Viewport.
Modules§
- controls
- For zooming and panning we use the modifiers in the default
egui::InputOptions. - external
Structs§
- Annotation
Scene Context - Chunk
With Component - Like
ChunksWithComponentbut for a single chunk. - Chunks
With Component - A helper struct that bundles a list of chunks with a component identifier.
- Hybrid
Latest AtResults - Wrapper that contains the results of a latest-at query with possible overrides.
- Hybrid
Range Results - Wrapper that contains the results of a range query with possible overrides.
- Hybrid
Results Chunk Iter - The iterator type backing
HybridResults::iter_as.
Enums§
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§
- Data
Result Query - Range
Results Ext - Extension traits to abstract query result handling for all spatial views.
Functions§
- clamped_
or_ nothing - Clamp the last value in
valuesin order to reach a length ofclamped_len. - instance_
path_ hash_ from_ picking_ layer_ id - latest_
at_ with_ blueprint_ resolved_ data - Queries for the given
componentsusing latest-at semantics with blueprint support. - outline_
config - Produce an
re_renderer::OutlineConfigbased on theegui::Styleof the providedegui::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
Colorcomponents using annotations and default colors. - range_
with_ blueprint_ resolved_ data - Queries for the given
componentsusing range semantics with blueprint support. - view_
property_ component_ ui - Draw view property ui for a single component of a view property archetype.
- view_
property_ component_ ui_ custom - Draw view property ui for a single component of a view property archetype with custom ui for singleline & multiline.
- view_
property_ ui - Display the UI for editing all components of a blueprint archetype.
- view_
property_ ui_ with_ redirect - See
view_property_ui.