3D Text Feature

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
LonnieTC
Posts: 10
Joined: Thu Dec 09, 2004 12:48 am

3D Text Feature

Post by LonnieTC »

Hello All,

I am new to this list and really like what I have seen in the irrlicht engine. It has great potential for my current project.

I would like to know if it is possible to have 3D text placed in a scene?

If not, then does the IrrLicht engine allow for one to write library extensions to add this capability?

Any ideas on how to do this easily would be greatly appreciated.

Thanks in advance,
Lonnie
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

You can use ITextSceneNode.

Another way is to make this text in some 3d model editor and to use it like scene node.
Post Reply