Glitches with TextBlocks not wrapped in Container

Look at this:

there are positioning glitches when:

  • using more than one TextBlock
  • TextBlocks are not wrapped in any Container
  • TextBlocks are linked with meshes
  • The Camera and/or the meshes are moving (at slow speed)

there are also glitches enabling resizeToFit (in this case also without moving the camera and with only one object…)

the issue was introduced with this PR: Fixes and performance improvement for linked GUI by carolhmj · Pull Request #13430 · BabylonJS/Babylon.js · GitHub

i found that removing this lines also fixes the issue

Hello! Thank you so much for the report and detailed investigation! :smiley: I’ve submitted a PR here to make this if condition more specific: Fix a condition in _moveToProjectedPosition causing bugs with linked TextBlocks by carolhmj · Pull Request #13634 · BabylonJS/Babylon.js (github.com)

2 Likes