Function re_view_map::map_view::create_view_builder

source ยท
fn create_view_builder(
    render_ctx: &RenderContext,
    egui_ctx: &Context,
    view_rect: Rect,
    highlights: &ViewHighlights,
) -> ViewBuilder
Expand description

Create a view builder mapped to the provided rectangle.

The scene coordinates are 1:1 mapped to egui UI points.