You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bunch of archetypes that support labels, e.g. point 2d/3d, box 2d/3d. However, not only is that list not exhaustive, but we also don't have a way to just add a floating label - the best way to do that right no is to log a point with zero size and add a label to it.
It's worth considering if the labels shown so far are a fully independent archetype (and ViewSystem internally) that just happens to trigger as well when a point has a label component (the aforementioned archetype would ofc keep their label properties). Note though that we can't fully decouple this for all cases since the placement of a label for anything larger than a box needs to know about the box itself to make a decision.
Need to spend a bit more time thinking about this to design something that fits well together overall.
We have a bunch of archetypes that support labels, e.g. point 2d/3d, box 2d/3d. However, not only is that list not exhaustive, but we also don't have a way to just add a floating label - the best way to do that right no is to log a point with zero size and add a label to it.
It's worth considering if the labels shown so far are a fully independent archetype (and ViewSystem internally) that just happens to trigger as well when a point has a label component (the aforementioned archetype would ofc keep their label properties). Note though that we can't fully decouple this for all cases since the placement of a label for anything larger than a box needs to know about the box itself to make a decision.
Need to spend a bit more time thinking about this to design something that fits well together overall.
Related to
The text was updated successfully, but these errors were encountered: