adding text

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
omarb
Posts: 23
Joined: Fri Jul 07, 2006 1:34 pm

adding text

Post by omarb »

hi, i am adding text using this function:
device.SceneManager.AddTextSceneNode (...)
but the problem is that the text's position is not fix, it's always visible by the user, is there a way to make is static!? dont need it to move along the camera.
thanks
IPv6
Posts: 188
Joined: Tue Aug 08, 2006 11:58 am

Post by IPv6 »

Then you should use GUI manager instead of adding it to scene manager.
Or you can set camera as a parent to this text node. In this case text node will has fixed coordinates to camera so it will stay where you put it

<IMHO>
Post Reply