pub fn process_labels_3d<'a>(
    batch: LabeledBatch<'a, Vec3, impl Iterator<Item = Vec3> + 'a>,
    world_from_obj: Affine3A
) -> impl Iterator<Item = UiLabel> + 'a
Expand description

Produces 3D ui labels from component data.

See process_labels() for further documentation.