Skip to content

How to render text in world space? #1233

Answered by robertosfield
fishmans97 asked this question in Q&A
Discussion options

You must be logged in to vote

vsg::Text is rendered in whatever coordinate frame you place it in, but that screen space or world space. You just add the vsg::Text node to your scene graph like any other object you want rendered.

Almost all the examples put the scene into world coordinates and this includes the two text related examples vsgtext and vsgtextgroup.

I'm a bit perplexed why you might think that vsg::Text is only available in screen space. As far as I'm aware there is nothing in documentation, discussions on the forum, or the examples that would suggest this.

Could it be you asking the more advanced question about rendering text in ECEF (Earth Center Earth Fixed) as required by GIS and whole earth/space appl…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fishmans97
Comment options

Answer selected by robertosfield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants