Jump to content

[SOLVED] Squished text on rectangular plane


hwd123
 Share

Recommended Posts

Hi all,

When I put a textBlock on a rectangular plane, the text is squished - it only works correctly when the plane is a square. Is there any way to correct for this?

Code below, although I'm not sure it is needed for such a simple question.

Many thanks in advance to anyone that can help

this.plane = BABYLON.MeshBuilder.CreatePlane("testPlane", {width: 2, height: 1}, props.scene);
this.plane.parent = parentMesh;
const advancedTexture = BABYLONGUI.AdvancedDynamicTexture.CreateForMesh(this.plane, 256, 256);
const textBlock = new BABYLONGUI.TextBlock();
textBlock.text = "hello";
textBlock.textVerticalAlignment = 0;
textBlock.color = "black";
textBlock.fontSize = 40;
textBlock.textWrapping = true;
advancedTexture.addControl(textBlock);
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...