text in 3D space

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

text in 3D space

Post by Guest »

Is it possible to put text in 3D space with the engine????
if so,... how??

Thanks
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Do you mean making it 3D like a mesh or applied to a billboard? It's possible, but you would have to write the code to do something like that yourself.

Or are you talking about the GUI addStaticText for a HUD style text?

http://irrlicht.sourceforge.net/tut005.html
Crud, how do I do this again?
Guest

Post by Guest »

What i meant is text applied to billboard,..
and so i can put that billboard on 3D space
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

Then you'll need to create the text as a image file that will be loaded in just as any other billboard and placed at whatever coordinates in 3D space. Of course it will be 2D so it will always face the player.
Post Reply