Rotating text
#3161
Replies: 1 comment
-
If I understand correctly your question, I believe there's a bug that was fixed in #2103. This is not yet available in any released version though, will be in the 0.6 I believe. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at this code:
One would expect the text to be rendered upside-down (that is, flipped 180° or π radians). However, that's not the case. Looking at the source for
Text2dBundle
, there's a comment that says that therotation
of theTransform
is ignored:Is it possible to render text that is rotated, either with
Text2dBundle
or some other text entity/bundle?Edit: this was originally a Discord discussion, see that here.
Beta Was this translation helpful? Give feedback.
All reactions