fn try_show_zoomed_image_region(
render_ctx: &RenderContext,
ui: &mut Ui,
image: Option<&ImageInfo>,
colormapped_texture: ColormappedTexture,
annotations: &Annotations,
meter: Option<f32>,
interaction_id: &TextureInteractionId<'_>,
center_texel: [isize; 2],
) -> Result<()>
Expand description
meter
: iff this is a depth map, how long is one meter?