-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.3, 5.13.0
-
None
-
-
bddebae04ef7ccdc3c2b7383aa641dc380318cbc (qt/qt3d/dev)
The QText2DEntity text breaks visually on repeated calls to setText. I assume the character cache is not regenerated/adjusted correctly? Having many different QText2DEntities works well, but only if the text is never changed using setText.
Minimal example derived from "simple-qml" example is attached, where the string on screen should change every 10 seconds. Only the first word displays correctly (see screenshot).