Hi,
I am trying to show dimensions of a box on its surface. I am using DynamicTexture for this.
When I do plane.addControl(textBlock), the size of the text is becoming proportional to the dimensions of the plane.
How to show the text with same size for all 4 sides?
https://www.babylonjs-playground.com/#FA2H83#26
Thanks in advance.