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
Creates a label, abc, with a position clamped to ground.
When you press Step 1, it removes the label
When you press Step 2, it adds a new label, abcd, without a position.
The bug is that the second label should not be displayed (because it has no position), but the first 3 letters shows up at the first removed label's position because the glyphs still have a value for _actualClampedPosition. I'm not sure if this is a bug in LabelCollection or a bug in BillboardCollection being exposed via label usage.
The below code:
abc
, with a position clamped to ground.Step 1
, it removes the labelStep 2
, it adds a new label,abcd
, without a position.The bug is that the second label should not be displayed (because it has no position), but the first 3 letters shows up at the first removed label's position because the glyphs still have a value for
_actualClampedPosition
. I'm not sure if this is a bug inLabelCollection
or a bug inBillboardCollection
being exposed via label usage.The text was updated successfully, but these errors were encountered: