How do I add 3d text to my scene? #250
Answered
by
jbaicoianu
jbaicoianu
asked this question in
FAQs
-
I'd like to add some floating 3d text to my scene |
Beta Was this translation helpful? Give feedback.
Answered by
jbaicoianu
Apr 7, 2023
Replies: 1 comment
-
3d text can be added to your Janus scene with the <janus-viewer>
<room>
<text pos="0 1 5" text="Hello World" />
</room>
</janus-viewer> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jbaicoianu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3d text can be added to your Janus scene with the
<text>
element. For example: