Closed shaoruu closed 2 years ago
By the way, this error pops out when I expand the text:
And this is the setup I used:
To add on, the bug also appears for vertical texts:
The THREE version I'm using is 0.137.5
@iantheearl thanks for reaching out.
I've just fixed a bug with the inner Texture update that was likely the source of this issue. Could you please try with the latest version (1.6.5
) to see if the problem is solved?
Thank you very much, the problem seems to have been solved 🙏
Hi, thank you for this nice library!
I'm having issues changing the text to anything with a different length. This is the original text:
This is what happens when I set the
.text
property to1231231231111
(longer):This is what happens when I set the text to
432
(shorter):What should I do to fix this? Am I missing any steps?
Thank you!