pub fn process_radius_slice(
    entity_path: &EntityPath,
    num_instances: usize,
    radii: &[Radius],
    fallback_radius: Radius
) -> Vec<Size>
Expand description

Process re_types::components::Radius components to re_renderer::Size using auto size where no radius is specified.