Constant re_view_spatial::visualizers::utilities::labels::MAX_NUM_LABELS_PER_ENTITY
source ยท const MAX_NUM_LABELS_PER_ENTITY: usize = 30;
Expand description
Maximum number of labels after which we stop displaying labels for that entity all together,
unless overridden by a ShowLabels
component.